mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 02:42:08 +00:00
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extends": [
|
|
"./node_modules/@dzeio/config/eslint/react-typescript",
|
|
"plugin:@next/next/recommended"
|
|
],
|
|
"root": true
|
|
}
|