Skip to content

Commit

Permalink
Enable recommended import rules
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Nov 19, 2023
1 parent 8aa6026 commit dd368cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["eslint:recommended", "plugin:prettier/recommended", "plugin:jsdoc/recommended"],
"plugins": ["import", "jsdoc", "jest"],
"extends": ["eslint:recommended", "plugin:import/recommended", "plugin:prettier/recommended", "plugin:jsdoc/recommended"],
"plugins": ["jsdoc", "jest"],
"env": {
"browser": true,
"es2022": true,
Expand Down

0 comments on commit dd368cc

Please sign in to comment.