Browse Source

disable naming convention eslint

pull/239/head
Valentin Zickner 4 years ago
committed by Thomas
parent
commit
fbc9269abf
  1. 2
      .eslintrc.json

2
.eslintrc.json

@ -44,7 +44,7 @@
} }
], ],
"@typescript-eslint/member-ordering": "error", "@typescript-eslint/member-ordering": "error",
"@typescript-eslint/naming-convention": "error", "@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-interface": "error", "@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-inferrable-types": [ "@typescript-eslint/no-inferrable-types": [

Loading…
Cancel
Save