Skip to content
Snippets Groups Projects
Commit 694e233e authored by dgelessus's avatar dgelessus
Browse files

Remove currently unused ESLint configuration

parent d6f08718
No related branches found
No related tags found
No related merge requests found
node_modules/**
client/node_modules/**
client/out/**
server/node_modules/**
server/out/**
\ No newline at end of file
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"node": true
},
"rules": {
"semi": "error",
"no-extra-semi": "warn",
"curly": "warn",
"quotes": ["error", "single", { "allowTemplateLiterals": true } ],
"eqeqeq": "error",
"indent": ["warn", "tab", { "SwitchCase": 1 } ]
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment