Skip to content

Commit

Permalink
fix: remove storybook to show eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Jun 7, 2023
1 parent c5c5138 commit f1f0e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["next/core-web-vitals", "plugin:storybook/recommended"],
"extends": ["next/core-web-vitals"],
"rules": {
"@next/next/no-img-element": "off"
}
Expand Down

0 comments on commit f1f0e67

Please sign in to comment.