We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e919963 + a616a6c commit 50e612bCopy full SHA for 50e612b
package.json
@@ -147,20 +147,20 @@
147
"deploy-s3": "gulp deployS3",
148
"deploy-status": "gulp deployStatus",
149
"deploy-set-version": "gulp deploySetVersion",
150
- "prettier": "prettier --write \"**/*\"",
151
- "prettier-check": "prettier --check \"**/*\""
+ "prettier": "prettier --write --no-config \"**/*\"",
+ "prettier-check": "prettier --check --no-config \"**/*\""
152
},
153
"engines": {
154
"node": ">=14.0.0"
155
156
"lint-staged": {
157
"*.{js,cjs,html}": [
158
"eslint --cache --quiet",
159
- "prettier --write"
+ "prettier --write --no-config"
160
],
161
"*.md": [
162
"markdownlint --ignore CHANGES.md --ignore \"./**/LICENSE.md\"",
163
164
]
165
166
"workspaces": [
0 commit comments