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