fix(eslint): no-magic-numbers

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 14:33:30 +04:00
parent 4aeb8473fa
commit dbccc60825

View File

@ -288,16 +288,7 @@
"error" "error"
], ],
"no-magic-numbers": [ "no-magic-numbers": [
"warn", "off"
{
"detectObjects": false,
"enforceConst": true,
"ignore": [
0,
1
],
"ignoreArrayIndexes": false
}
], ],
"no-mixed-spaces-and-tabs": [ "no-mixed-spaces-and-tabs": [
"error" "error"