codestats-readme/.eslintrc.json
Florian Bouillon 3938dc98fc
feat: Remove Vercel dependencies (#21)
This PR remove the need to use Vercel to setup the server, currently it can still be used as such using the api folder
2022-12-05 11:47:18 +01:00

5 lines
77 B
JSON

{
"extends": [
"./node_modules/@dzeio/config/eslint/react-typescript"
]
}