Skip to content

Commit

Permalink
chore: disable mixed imports rule
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Sep 28, 2023
1 parent d1411f9 commit ef0992e
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 @@ -70,6 +70,7 @@
"rules": {
"import/no-unresolved": "off",
"import/named": "off",
"import/namespace": "off"
"import/namespace": "off",
"import/no-named-as-default-member": "off"
}
}

0 comments on commit ef0992e

Please sign in to comment.