Add no-tabs error to eslint
This commit is contained in:
parent
25a6d9a3eb
commit
4cea34bfae
@ -231,7 +231,7 @@ module.exports = {
|
|||||||
"no-spaced-func": ["off"],
|
"no-spaced-func": ["off"],
|
||||||
"no-sparse-arrays": ["error"],
|
"no-sparse-arrays": ["error"],
|
||||||
"no-sync": ["error"],
|
"no-sync": ["error"],
|
||||||
"no-tabs": ["off"],
|
"no-tabs": ["error"],
|
||||||
"no-template-curly-in-string": ["error"],
|
"no-template-curly-in-string": ["error"],
|
||||||
"no-ternary": ["off"],
|
"no-ternary": ["off"],
|
||||||
"no-this-before-super": ["off"],
|
"no-this-before-super": ["off"],
|
||||||
|
Loading…
Reference in New Issue
Block a user