Skip to content

Commit

Permalink
@wonse/eslint-plugin 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
shinwonse committed Aug 25, 2024
1 parent b14f3f5 commit 23f2d89
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["@wonse"],
"extends": ["plugin:@wonse/auto", "plugin:tailwindcss/recommended"],
"extends": ["next/core-web-vitals", "plugin:@wonse/auto", "plugin:tailwindcss/recommended"],
"rules": {
"no-restricted-exports": "off",
"@typescript-eslint/consistent-type-imports": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"optionalDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@wonse/eslint-plugin": "^1.0.4",
"@wonse/eslint-plugin": "^1.0.6",
"eslint-config-next": "^14.1.4",
"eslint-plugin-tailwindcss": "^3.15.1"
}
Expand Down
56 changes: 39 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23f2d89

Please sign in to comment.