mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-params": [2, 3],
|
|
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
|
|
"no-magic-numbers": 0,
|
|
"operator-linebreak": [2, "before"],
|
|
},
|
|
}
|