Skip to content

Commit

Permalink
fix: add missing plugin mui-path-imports to .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
unsigned6 committed Aug 28, 2023
1 parent 9e8c4a9 commit 57a3c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": true,
"mocha": true
},
"plugins": ["prettier", "simple-import-sort", "jsdoc"],
"plugins": ["prettier", "simple-import-sort", "jsdoc", "mui-path-imports"],
"rules": {
"prettier/prettier": "error",
"comma-dangle": ["error", "always-multiline"],
Expand Down

0 comments on commit 57a3c30

Please sign in to comment.