From 57a3c30d9f4846ae35ab24b05bcc97de5cd57f4e Mon Sep 17 00:00:00 2001 From: Yurii Vlasiuk Date: Mon, 28 Aug 2023 18:36:08 +0300 Subject: [PATCH] fix: add missing plugin mui-path-imports to .eslintrc --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 09ccdfb..1e3c1be 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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"],