We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e38bf commit 017e1b4Copy full SHA for 017e1b4
.prettierignore
@@ -0,0 +1,2 @@
1
+node_modules/*
2
+*.snap
package.json
@@ -7,7 +7,7 @@
7
"build": "webpack --config webpack.prod.js",
8
"dev": "webpack -w --config webpack.dev.js",
9
"test": "jest --config=jest.config.js",
10
- "prettify": "prettier --write ./src/*.ts",
+ "prettify": "prettier --write \"src/**/*.ts*\"",
11
"storybook": "start-storybook -p 6006",
12
"build-storybook": "build-storybook"
13
},
0 commit comments