We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b2ea4 commit 38f33e5Copy full SHA for 38f33e5
package.json
@@ -93,7 +93,7 @@
93
"prettier": "2.0.5"
94
},
95
"scripts": {
96
- "definitions": "node ./resources/buildConfigDefinitions.js",
+ "definitions": "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'",
97
"docs": "jsdoc -c ./jsdoc-conf.json",
98
"lint": "flow && eslint --cache ./",
99
"lint-fix": "eslint --fix --cache ./",
0 commit comments