mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 21:39:13 +08:00
14 lines
338 B
Text
14 lines
338 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"id-length": [2, { "min": 1, "max": 25, "properties": "never" }],
|
|
"max-nested-callbacks": [2, 3],
|
|
"max-statements": [2, 19],
|
|
"new-cap": [2, { "capIsNewExceptions": ["ToLength", "ToString", "RequireObjectCoercible"] }],
|
|
"no-invalid-this": [1],
|
|
"no-magic-numbers": [0]
|
|
}
|
|
}
|