We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35d459 commit add43baCopy full SHA for add43ba
package.json
@@ -29,7 +29,7 @@
29
"lint-css": "stylelint app/renderer/css/*.css",
30
"lint-html": "./node_modules/.bin/htmlhint \"app/renderer/*.html\" ",
31
"lint-js": "xo",
32
- "prettier-non-js": "prettier --check --loglevel=warn . '!**/*.{js,ts}'",
+ "prettier-non-js": "prettier --check --loglevel=warn . \"!**/*.{js,ts}\"",
33
"test": "tsc --noEmit && npm run lint-html && npm run lint-css && npm run lint-js && npm run prettier-non-js",
34
"test-e2e": "tsc && tape 'tests/*.js'",
35
"pack": "tsc && electron-builder --dir",
0 commit comments