forked from engineering/cloudservices
More linting stuff
parent
d6bfa0e1fa
commit
00301c2de9
|
@ -32,6 +32,9 @@
|
||||||
"import/no-dynamic-require": "off",
|
"import/no-dynamic-require": "off",
|
||||||
"global-require": "off",
|
"global-require": "off",
|
||||||
"class-methods-use-this":"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.enable": true,
|
||||||
"eslint.validate": [
|
"eslint.validate": [ { "language": "typescript", "autoFix": true } ]
|
||||||
"javascript",
|
|
||||||
"javascriptreact",
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue