Skip to content

Commit

Permalink
update eslintrc with no namespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
dalejo96 committed Dec 22, 2023
1 parent 9c82f23 commit d3643c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
],
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-redundant-type-constituents": "error",
"@typescript-eslint/no-shadow": ["error", { "hoist": "all" }],
Expand Down Expand Up @@ -190,6 +190,7 @@
],
"import/no-duplicates": "error",
"import/no-import-module-exports": "error",
"import/no-namespace": "error",
"import/no-relative-packages": "error",
"import/no-unresolved": "error",
"import/no-useless-path-segments": "error",
Expand Down

0 comments on commit d3643c1

Please sign in to comment.