fix(eslint): Rule "no-magic-numbers"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 16:16:37 +04:00
parent b19f79913d
commit 6d6086298a
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -288,6 +288,10 @@
{
"detectObjects": false,
"enforceConst": true,
"ignore": [
0,
1
],
"ignoreArrayIndexes": false
}
],