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.
2 parents b753e88 + 1f49e2e commit f06a5d8Copy full SHA for f06a5d8
2 files changed
.prettierignore
@@ -0,0 +1,10 @@
1
+build/*
2
+dist/*
3
+lib/*
4
+node_modules/*
5
+.env
6
+yarn-error.log
7
+cypress/snapshots/*
8
+cypress/videos/*
9
+cypress/screenshots/*
10
+yarn.lock
package.json
@@ -26,7 +26,7 @@
26
"storybook": "start-storybook -p 6002 -s public",
27
"build-storybook": "build-storybook -s public",
28
"gh-pages": "npm run build:web && npm run build:vanilla && cp lib/vanilla.js build/vanilla.js && cp ./CNAME ./build/CNAME && gh-pages -d build",
29
- "prettier": "prettier --write \"src/**/*.js\"",
+ "prettier": "prettier --write .",
30
"test:prettier": "prettier --check \"src/**/*.js\"",
31
"test:lint": "eslint src --max-warnings=0",
32
"test:integration:dev": "./node_modules/cypress/bin/cypress open",
0 commit comments