mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-08-12 02:17:23 +00:00
9 lines
140 B
JSON
9 lines
140 B
JSON
{
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"next/typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "error"
|
|
}
|
|
} |