Skip to content

Commit

Permalink
Enable prettier formatting for stories
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Nov 12, 2024
1 parent fc990a5 commit fc935c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.cache
.changeset
.docusaurus
.expo
.storybook
.wireit
.vscode
coverage
dist
build
lib
lib-vendor
es
Expand All @@ -21,5 +23,4 @@ tsconfig.*.json
storybook-static
public
artifacts
stories
demo
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export default tseslint.config(
files: ["**/stories/**/*.ts", "**/stories/**/*.stories.tsx"],
rules: {
"no-magic-numbers": "off",
"prettier/prettier": "off",
},
},
);

0 comments on commit fc935c2

Please sign in to comment.