Skip to content

Commit

Permalink
⬆️ - chore: upgrade Storybook to 7.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Feb 12, 2024
1 parent 627fd49 commit d4086cc
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 379 deletions.
12 changes: 10 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
"browser": true,
"es2021": true
},
"ignorePatterns": ["*.js", "*.config.js", "dist/**/*", "**/*.css", "**/*.scss", "**/*.md"],
"ignorePatterns": [
"*.js",
"*.config.js",
"dist/**/*",
"**/*.css",
"**/*.scss",
"**/*.md"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:prettier/recommended"
"plugin:prettier/recommended",
"plugin:storybook/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand Down
Loading

0 comments on commit d4086cc

Please sign in to comment.