We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github-lint
1 parent c96b31b commit 6c604dbCopy full SHA for 6c604db
package.json
@@ -10,7 +10,7 @@
10
],
11
"scripts": {
12
"clean": "rm -rf dist",
13
- "lint": "eslint include-fragment-element.js test/*.js",
+ "lint": "github-lint",
14
"prebuild": "npm run clean && npm run lint && mkdir dist",
15
"build": "npm run build-es && npm run build-umd",
16
"build-es": "babel include-fragment-element.js -o dist/index-es.js && cp include-fragment-element.js.flow dist/index-es.js.flow",
0 commit comments