Skip to content

Commit

Permalink
Adding consistent type import warning back in
Browse files Browse the repository at this point in the history
  • Loading branch information
avenmia committed Aug 24, 2024
1 parent 6f6d0a4 commit 0d226ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
},
"plugins": ["@typescript-eslint"],
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
"rules": {}
"rules": {
"@typescript-eslint/consistent-type-imports": "warn"
}
}

0 comments on commit 0d226ad

Please sign in to comment.