Skip to content

Commit e9ac9ca

Browse files
committed
Add "import/no-relative-parent-imports": "error"
1 parent 6b1fb04 commit e9ac9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"import/extensions": ["error", "ignorePackages"],
2222
"import/no-duplicates": ["error", { "prefer-inline": true }],
23+
"import/no-relative-parent-imports": "error",
2324
"simple-import-sort/imports": [
2425
"error",
2526
{

0 commit comments

Comments
 (0)