mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
10 lines
141 B
Text
10 lines
141 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"id-length": [2, { "min": 1, "max": 25 }],
|
|
"operator-linebreak": [2, "after"]
|
|
}
|
|
}
|