mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
12 lines
160 B
JSON
12 lines
160 B
JSON
{
|
|
"extends": [
|
|
"next",
|
|
"next/core-web-vitals",
|
|
"plugin:react-hooks/recommended",
|
|
"prettier"
|
|
],
|
|
"globals": {
|
|
"React": "readonly"
|
|
}
|
|
}
|