Skip to content

Commit

Permalink
chore: no-relative-packages rule update
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar committed Jun 28, 2022
1 parent ea01f2f commit 8aa2724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
}
],
"import/no-relative-packages": 0,
"import/no-relative-packages": [2, { "ignore": ["icons"] }],
"import/no-unresolved": [2, { "ignore": ["axios"] }],
"react/jsx-no-constructed-context-values": 0,
"no-restricted-exports": [0, { "restrictedNamedExports": ["default"] }],
Expand Down

0 comments on commit 8aa2724

Please sign in to comment.