mirror of
https://github.com/fergalmoran/radio-otherway.git
synced 2025-12-22 01:39:05 +00:00
15 lines
222 B
JSON
15 lines
222 B
JSON
{
|
|
"extends": ["eslint:recommended", "next", "prettier"],
|
|
"rules": {
|
|
"no-unused-vars": "off"
|
|
},
|
|
"settings": {
|
|
"next": {
|
|
"rootDir": "src"
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": "off"
|
|
}
|
|
}
|
|
}
|