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 f4b839d + 7997a02 commit 15705b7Copy full SHA for 15705b7
.prettierignore
@@ -9,3 +9,6 @@ packages/core/scripts/api.handlebars
9
packages/core/scripts/events.handlebars
10
packages/core/test/files/annotations.js
11
**/uikit-workshop/src/js/**/*
12
+*.json
13
+*.md
14
+*.scss
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"bootstrap": "lerna bootstrap",
8
"precommit": "pretty-quick --staged",
- "prettier": "prettier --config .prettierrc --write ./**/*.js",
+ "prettier": "prettier --config .prettierrc --write ./**/*.js --ignore-path .prettierignore",
"test": "lerna run test",
"clean": "git clean -dfx"
},
0 commit comments