mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-13 00:10:41 -07:00
Update node_modules
This commit is contained in:
17
node_modules/util.promisify/.eslintrc
generated
vendored
Normal file
17
node_modules/util.promisify/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"env": {
|
||||
"es6": true
|
||||
},
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "max": 30 }],
|
||||
"max-statements": [2, 16],
|
||||
"multiline-comment-style": 0,
|
||||
"no-magic-numbers": 0,
|
||||
"operator-linebreak": [2, "before"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user