We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c6f2e commit 93d990aCopy full SHA for 93d990a
.eslintrc.json
@@ -20,6 +20,7 @@
20
],
21
"import/extensions": ["error", "ignorePackages"],
22
"import/no-duplicates": ["error", { "prefer-inline": true }],
23
+ "import/no-relative-parent-imports": "error",
24
"simple-import-sort/imports": [
25
"error",
26
{
0 commit comments