Skip to content

Commit 403d7a8

Browse files
authored
Merge pull request #127 from umbraco/feature/upgrade-storybook
Upgrade Storybook from 6.4.14 to 6.4.18
2 parents ec4c288 + 143bd05 commit 403d7a8

File tree

4 files changed

+1098
-1295
lines changed

4 files changed

+1098
-1295
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
.eslintrc.js

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
'plugin:@typescript-eslint/recommended',
1111
'plugin:lit/recommended',
1212
'plugin:lit-a11y/recommended',
13+
'plugin:storybook/recommended',
1314
],
1415
rules: {
1516
// disable the rule for all files

0 commit comments

Comments
 (0)