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/naming-convention": [
"warn",
"off",
{
"selector": "default",
"format": ["camelCase"],

Loading…
Cancel
Save