Skip to content

Commit

Permalink
Add import/extensions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 28, 2023
1 parent a8d48a1 commit 65edf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": ["standard", "prettier"],
"rules": {
"no-console": "warn",
"import/extensions": ["error", "ignorePackages"],
"sort-imports": [
"warn",
{
Expand Down

0 comments on commit 65edf32

Please sign in to comment.