Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Nov 8, 2023
1 parent 4683a59 commit decddb0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 205 deletions.
10 changes: 1 addition & 9 deletions packages/nextjs/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@
"../../.eslintrc.json",
"next/core-web-vitals",
"plugin:storybook/recommended"
],
"rules": {
"import/order": [
"error",
{
"groups": ["type", "builtin", "external", "internal"]
}
]
}
]
}
1 change: 0 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.8",
"concurrently": "^7.2.2",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-storybook": "^0.6.13",
"faker": "^5.5.3",
Expand Down
Loading

0 comments on commit decddb0

Please sign in to comment.