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 d8ea2ba commit 7c8f551Copy full SHA for 7c8f551
package-scripts.js
@@ -39,7 +39,7 @@ module.exports = {
39
},
40
reformat: {
41
script:
42
- 'prettier-eslint --write "*.js" "lib/**/*.js" "test/**/*.js" "bin/*"',
+ 'prettier-eslint --write "*.js" "lib/**/*.js" "test/**/*.js" "bin/*" "scripts/*"',
43
description: 'Reformat codebase with Prettier'
44
45
clean: {
0 commit comments