Skip to content

Commit

Permalink
Ran prettier on .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabbitt committed Sep 17, 2024
1 parent 609f674 commit 1a207b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"parser": "@typescript-eslint/parser",
"extends": ["next/core-web-vitals", "plugin:storybook/recommended"],
"ignorePatterns": [
"*.json",
"storybook-static"
],
"ignorePatterns": ["*.json", "storybook-static"],
"overrides": [
{
"files": ["*.ts", "*.tsx"],
Expand Down

0 comments on commit 1a207b9

Please sign in to comment.