Skip to content

Commit

Permalink
Add Storybook's ESLint plugin (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer authored Dec 1, 2023
1 parent f392d28 commit 9e9d2c2
Show file tree
Hide file tree
Showing 8 changed files with 1,244 additions and 287 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-eagles-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/foundry': major
---

Added [`eslint-plugin-storybook`](https://github.com/storybookjs/eslint-plugin-storybook)` for projects that use [Storybook](https://storybook.js.org/). This plugin helps conform to Storybook's best practices.
44 changes: 43 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^4.3.8",
"inquirer": "^8.2.6",
Expand Down
Loading

0 comments on commit 9e9d2c2

Please sign in to comment.