mirror of
https://github.com/actions/labeler
synced 2026-05-14 03:31:10 +02:00
build
This commit is contained in:
14
node_modules/is-regex/.eslintrc
generated
vendored
14
node_modules/is-regex/.eslintrc
generated
vendored
@@ -4,6 +4,16 @@
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"id-length": [1]
|
||||
}
|
||||
"id-length": [1],
|
||||
"operator-linebreak": [2, "before"],
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["test/**/*.js"],
|
||||
"globals": {
|
||||
"Proxy": false,
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user