mirror of
https://github.com/actions/setup-go.git
synced 2025-07-01 05:33:43 +00:00
Fix.
This commit is contained in:
parent
ffce9ce43f
commit
a966e84ff9
6749 changed files with 937822 additions and 460 deletions
16
node_modules/util.promisify/.eslintrc
generated
vendored
Normal file
16
node_modules/util.promisify/.eslintrc
generated
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"env": {
|
||||
"es6": true
|
||||
},
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "max": 30 }],
|
||||
"max-statements": [2, 16],
|
||||
"no-magic-numbers": 0,
|
||||
"operator-linebreak": [2, "before"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue