mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
26 lines
344 B
JSON
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
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |