Skip to content

Commit fc80919

Browse files
committed
Check prettier formatting on CI
1 parent 4aa8d84 commit fc80919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"changelog": "offline-github-changelog > CHANGELOG.md",
1111
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
12-
"lint": "eslint .",
12+
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
1313
"test": "mocha test/**/*.spec.js documentation/**/*.md",
1414
"ci": "npm test && npm run lint",
1515
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",

0 commit comments

Comments
 (0)