Skip to content

Commit

Permalink
feat: ✨ add eslint-plugin-storybook rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 27, 2024
1 parent e1827fa commit e90e506
Show file tree
Hide file tree
Showing 10 changed files with 300 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default eslintConfig({
jest: false,
playwright: false,
react: false,
storybook: false,
tanstackQuery: false,
testingLibrary: false,
typescript: false,
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-storybook": "0.11.1",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.12.0",
Expand Down Expand Up @@ -105,6 +106,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "24.2.0",
"storybook": "8.4.5",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vitest": "2.1.5"
Expand Down
Loading

0 comments on commit e90e506

Please sign in to comment.