Skip to content

Commit

Permalink
feat(theme): ✨ update to new themelint
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jul 7, 2022
1 parent a642987 commit ed65547
Show file tree
Hide file tree
Showing 64 changed files with 4,915 additions and 3,474 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ yarn.lock
## library folder
dist
CHANGELOG.md
.yalc
8 changes: 1 addition & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
// https://github.com/lydell/eslint-plugin-simple-import-sort#custom-grouping
"groups": [
// Packages. `react` related packages come first.
[
"^react",
"^reakit-system",
"^reakit",
"^@renderlesskit/react",
"^@?\\w"
],
["^react", "^ariakit", "^@adaptui/react", "^@?\\w"],
// Parent imports. Put `..` last.
["^\\.\\.(?!/?$)", "^\\.\\./?$"],
// Other relative imports. Put same-folder imports and `.` last.
Expand Down
Loading

0 comments on commit ed65547

Please sign in to comment.