More linting stuff
parent
d6bfa0e1fa
commit
00301c2de9
|
@ -32,6 +32,9 @@
|
|||
"import/no-dynamic-require": "off",
|
||||
"global-require": "off",
|
||||
"class-methods-use-this":"off",
|
||||
"no-restricted-syntax": "off"
|
||||
"no-restricted-syntax": "off",
|
||||
"camelcase": "off",
|
||||
"indent": "warn",
|
||||
"object-curly-newline": "off"
|
||||
}
|
||||
}
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
"eslint.enable": true,
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript"
|
||||
]
|
||||
"eslint.validate": [ { "language": "typescript", "autoFix": true } ]
|
||||
}
|
Loading…
Reference in New Issue