Skip to content

Commit 6c604db

Browse files
committed
use github-lint as a lint binary
1 parent c96b31b commit 6c604db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"clean": "rm -rf dist",
13-
"lint": "eslint include-fragment-element.js test/*.js",
13+
"lint": "github-lint",
1414
"prebuild": "npm run clean && npm run lint && mkdir dist",
1515
"build": "npm run build-es && npm run build-umd",
1616
"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

Comments
 (0)