fix(eslint): Rule "no-magic-numbers"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -288,6 +288,10 @@
|
|||||||
{
|
{
|
||||||
"detectObjects": false,
|
"detectObjects": false,
|
||||||
"enforceConst": true,
|
"enforceConst": true,
|
||||||
|
"ignore": [
|
||||||
|
0,
|
||||||
|
1
|
||||||
|
],
|
||||||
"ignoreArrayIndexes": false
|
"ignoreArrayIndexes": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user