mirror of
https://github.com/beilunyang/moemail.git
synced 2026-06-01 21:49:57 +08:00
7 lines
127 B
JSON
7 lines
127 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "off"
|
|
}
|
|
}
|