Browse Source

style: temporarily turn off naming convention rule

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
pull/3878/head
dw-0 11 months ago
parent
commit
026bebdd24
  1. 2
      .eslintrc.json

2
.eslintrc.json

@ -48,7 +48,7 @@
], ],
"@typescript-eslint/member-ordering": "warn", "@typescript-eslint/member-ordering": "warn",
"@typescript-eslint/naming-convention": [ "@typescript-eslint/naming-convention": [
"warn", "off",
{ {
"selector": "default", "selector": "default",
"format": ["camelCase"], "format": ["camelCase"],

Loading…
Cancel
Save