diff --git a/.eslintrc.json b/.eslintrc.json index 4297cdd..7169026 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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" } } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index a4cd005..9b9a0e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,4 @@ { "eslint.enable": true, - "eslint.validate": [ - "javascript", - "javascriptreact", - "typescript" - ] + "eslint.validate": [ { "language": "typescript", "autoFix": true } ] } \ No newline at end of file