mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
|
||
|
"extends": "@ljharb",
|
||
|
|
||
|
"rules": {
|
||
|
"max-statements": [2, 14],
|
||
|
"no-extra-parens": [1],
|
||
|
"no-magic-numbers": 0
|
||
|
}
|
||
|
}
|