9 lines
104 B
Text
9 lines
104 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"id-length": [2, { "min": 1, "max": 25 }],
|
|
}
|
|
}
|