Browse Source

Reorder rules

pull/3999/head
Thomas Kaul 10 months ago
parent
commit
cea64031ff
  1. 2
      .eslintrc.json

2
.eslintrc.json

@ -39,8 +39,8 @@
"plugin:@typescript-eslint/stylistic-type-checked" "plugin:@typescript-eslint/stylistic-type-checked"
], ],
"rules": { "rules": {
"@typescript-eslint/dot-notation": "off",
"@typescript-eslint/consistent-indexed-object-style": "off", "@typescript-eslint/consistent-indexed-object-style": "off",
"@typescript-eslint/dot-notation": "off",
"@typescript-eslint/explicit-member-accessibility": [ "@typescript-eslint/explicit-member-accessibility": [
"off", "off",
{ {

Loading…
Cancel
Save