next-template/.eslintrc.json
Florian Bouillon 8da485f471
Updated to V3
Signed-off-by: Avior <github@avior.me>
2021-09-23 13:04:20 +02:00

8 lines
128 B
JSON

{
"extends": [
"./node_modules/@dzeio/config/eslint/react-typescript",
"plugin:@next/next/recommended"
],
"root": true
}