We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9a8aa commit 697475bCopy full SHA for 697475b
package.json
@@ -14,7 +14,7 @@
14
"build": "buble -o lib src",
15
"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')\"",
16
"changelog": "offline-github-changelog > CHANGELOG.md",
17
- "lint": "eslint . && prettier --check '**/*.js'",
+ "lint": "eslint . && prettier --check '**/*.{js,md}'",
18
"test": "npm run test-node && npm run test-docs",
19
"test-browser": "npm run build && npm run bundle && npm run build-tests && npm run bundle-tests && karma start --single-run --browsers ${BROWSER:-ChromeHeadless}",
20
"test-docs": "mocha `find documentation -name '*.md'`",
0 commit comments