Skip to content

Commit 697475b

Browse files
committed
Also use prettier for markdown files
1 parent 2a9a8aa commit 697475b

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
@@ -14,7 +14,7 @@
1414
"build": "buble -o lib src",
1515
"build-tests": "node -e \"require('fs-extra').ensureDirSync('build')\" && buble --yes dangerousTaggedTemplateString -o build/test test && node -e \"require('fs-extra').removeSync('build/test/common')\"",
1616
"changelog": "offline-github-changelog > CHANGELOG.md",
17-
"lint": "eslint . && prettier --check '**/*.js'",
17+
"lint": "eslint . && prettier --check '**/*.{js,md}'",
1818
"test": "npm run test-node && npm run test-docs",
1919
"test-browser": "npm run build && npm run bundle && npm run build-tests && npm run bundle-tests && karma start --single-run --browsers ${BROWSER:-ChromeHeadless}",
2020
"test-docs": "mocha `find documentation -name '*.md'`",

0 commit comments

Comments
 (0)