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