disable naming convention eslint

pull/239/head
Valentin Zickner 3 years ago committed by Thomas
parent cbe079ae66
commit fbc9269abf

@ -44,7 +44,7 @@
}
],
"@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-interface": "error",
"@typescript-eslint/no-inferrable-types": [

Loading…
Cancel
Save