Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
Squash and merge the following commits into develop:
* chore: remove unused deps
  • Loading branch information
mateusriff authored Jan 25, 2024
1 parent c21d77a commit ee875ae
Show file tree
Hide file tree
Showing 31 changed files with 9,706 additions and 25,720 deletions.
25 changes: 12 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"plugins": ["@typescript-eslint"],
"extends": [
"next/core-web-vitals",
"plugin:storybook/recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"prefer-const": "error",
"@typescript-eslint/no-explicit-any": "error"
}
}
{
"plugins": ["@typescript-eslint"],
"extends": [
"next/core-web-vitals",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"prefer-const": "error",
"@typescript-eslint/no-explicit-any": "error"
}
}
20 changes: 0 additions & 20 deletions .storybook/main.ts

This file was deleted.

15 changes: 0 additions & 15 deletions .storybook/preview.ts

This file was deleted.

Loading

0 comments on commit ee875ae

Please sign in to comment.