mirror of
https://github.com/jakobkordez/s5_practice.git
synced 2025-05-15 16:20:31 +00:00
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"extends": [
|
|
"plugin:@typescript-eslint/recommended",
|
|
"next/core-web-vitals",
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"@typescript-eslint/no-unused-vars": "error"
|
|
}
|
|
}
|