mirror of
https://gitlab.com/serenetia/endpild-laman.git
synced 2025-03-15 07:16:16 +08:00
8 lines
146 B
JSON
8 lines
146 B
JSON
|
{
|
||
|
"extends": "next/core-web-vitals",
|
||
|
"rules": {
|
||
|
"semi": ["error", "always"],
|
||
|
"react-hooks/exhaustive-deps": "off"
|
||
|
}
|
||
|
}
|