init source
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "min": 1, "max": 26 }],
|
||||
"max-statements": [2, 14],
|
||||
"new-cap": [2, { capIsNewExceptions: ["ToObject", "ToInteger", "ToLength", "SameValueZero", "RequireObjectCoercible"] }],
|
||||
"no-magic-numbers": [0],
|
||||
"no-useless-call": [1]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user