mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-20 18:59:13 +08:00
24 lines
295 B
Text
24 lines
295 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"id-length": "off",
|
|
"new-cap": ["error", {
|
|
"capIsNewExceptions": [
|
|
"RequireObjectCoercible",
|
|
],
|
|
}],
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "test/**",
|
|
"rules": {
|
|
"id-length": 0,
|
|
"no-invalid-this": 1,
|
|
},
|
|
},
|
|
],
|
|
}
|