Skip to content

Commit

Permalink
chore(eslint): update import rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jul 15, 2022
1 parent 4d0dd31 commit b9b15f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
"@typescript-eslint/array-type": ["error", { "default": "generic" }],
"@typescript-eslint/ban-ts-comment": ["error", { "ts-ignore": "allow-with-description" }],
"@typescript-eslint/no-var-requires": "off",

"import/no-default-export": "error",
"import/order": [
Expand Down

0 comments on commit b9b15f0

Please sign in to comment.