Skip to content

Commit 1be091c

Browse files
chore(.eslint): remove Chakra theme directory from source order
1 parent e20c882 commit 1be091c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
// Packages. `react` related packages come first.
2424
// Also, put `react-icons` in sorting order not with `react`
2525
["^react(?!-.)$", "^\\w", "^@\\w"],
26-
// The Chakra theme directory if imported to story file or other places
27-
["^@/@chakra-ui"],
2826
// From the `types` directory.
2927
["^@/lib/types", "^@/lib/interfaces"],
3028
// From the `components` directory.

0 commit comments

Comments
 (0)