We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa89eb commit d69abf5Copy full SHA for d69abf5
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