forked from daren.hsu/line_push
update
This commit is contained in:
+8
-1
@@ -5,7 +5,14 @@
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "min": 1, "max": 30 }],
|
||||
"new-cap": [2, { "capIsNewExceptions": ["CreateDataProperty", "IsCallable", "RequireObjectCoercible", "ToObject"] }]
|
||||
"new-cap": [2, {
|
||||
"capIsNewExceptions": [
|
||||
"CreateDataProperty",
|
||||
"IsCallable",
|
||||
"RequireObjectCoercible",
|
||||
"ToObject",
|
||||
]
|
||||
}],
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
|
||||
Reference in New Issue
Block a user