mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
14 lines
187 B
JSON
14 lines
187 B
JSON
{
|
|
"extends": [
|
|
"next",
|
|
"next/core-web-vitals",
|
|
"plugin:cypress/recommended"
|
|
],
|
|
"globals": {
|
|
"React": "readonly"
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": "warn"
|
|
}
|
|
}
|