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,
|
||||
"enforceConst": true,
|
||||
"ignore": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"ignoreArrayIndexes": false
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user