fix(eslint): no-magic-numbers
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user