mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00: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"],
|
|
},
|
|
}
|