forked from mirror/ObjToSchematic
Updated linting rules
This commit is contained in:
parent
795c626a0e
commit
8a7e4e2b16
@ -23,6 +23,10 @@
|
||||
"no-multi-spaces": "off",
|
||||
"no-array-constructor": "off",
|
||||
"guard-for-in": "off",
|
||||
"func-call-spacing": "off"
|
||||
"func-call-spacing": "off",
|
||||
"no-trailing-spaces": "off",
|
||||
"new-cap": "off",
|
||||
"no-console": "error",
|
||||
"no-unused-vars": "warn"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user