chore: use eslint-plugin-import-essentials and update packages

This commit is contained in:
doprz
2024-03-06 15:11:58 -06:00
parent 7f2a5893d4
commit 74e6379d93
7 changed files with 1073 additions and 1167 deletions

View File

@@ -20,11 +20,11 @@
],
"plugins": [
"import",
"import-essentials",
"jsdoc",
"react-prefer-function-component",
"@typescript-eslint",
"simple-import-sort",
"custom-utrp",
],
"globals": {
"Atomics": "readonly",
@@ -208,7 +208,7 @@
"@typescript-eslint/consistent-type-imports": "error",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"custom-utrp/restrict-import-depth": "error",
"custom-utrp/check-path-alias": "error",
"import-essentials/restrict-import-depth": "error",
"import-essentials/check-path-alias": "error",
},
}