mirror of
https://github.com/actions/labeler
synced 2026-05-13 23:31:08 +02:00
build
This commit is contained in:
14
node_modules/object.getownpropertydescriptors/.eslintrc
generated
vendored
14
node_modules/object.getownpropertydescriptors/.eslintrc
generated
vendored
@@ -5,6 +5,16 @@
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "min": 1, "max": 30 }],
|
||||
"new-cap": [2, { "capIsNewExceptions": ["IsCallable", "RequireObjectCoercible", "ToObject"] }]
|
||||
}
|
||||
"new-cap": [2, { "capIsNewExceptions": ["CreateDataProperty", "IsCallable", "RequireObjectCoercible", "ToObject"] }]
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "test/**",
|
||||
"rules": {
|
||||
"max-lines-per-function": 0,
|
||||
"no-invalid-this": 1
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user