You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
322 B
16 lines
322 B
{
|
|
"root": true,
|
|
"extends": "next/core-web-vitals",
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint"],
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"@typescript-eslint/no-unused-vars": "warn"
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"commonjs": true,
|
|
"browser": true,
|
|
"es6": true
|
|
}
|
|
}
|
|
|