Skip to content
Snippets Groups Projects
Commit 30367cf2 authored by Alexander Rose's avatar Alexander Rose
Browse files

lint spacing

parent dcf9d1c3
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
],
"brace-style": "off",
"comma-spacing": "off",
"space-infix-ops": "error",
"space-infix-ops": "off",
"comma-dangle": "off",
"eqeqeq": [
"error",
......@@ -107,6 +107,7 @@
"1tbs", { "allowSingleLine": true }
],
"@typescript-eslint/comma-spacing": "error",
"@typescript-eslint/space-infix-ops": "error",
"@typescript-eslint/space-before-function-paren": ["error", {
"anonymous": "always",
"named": "never",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment