Valetudo/.pedantic_overrides.eslintr...

26 lines
344 B
JSON

{
"rules": {
"no-magic-numbers": [
"error",
{
"ignoreArrayIndexes": true,
"ignore": [
-1,
0,
1,
200,
400,
404,
500,
16,
60,
10,
1000,
1024
]
}
]
}
}