Skip to content

Commit b554e85

Browse files
committed
use github-lint binary as lint command
1 parent 264763c commit b554e85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "index.d.ts",
99
"scripts": {
1010
"clean": "rm -rf dist",
11-
"lint": "eslint . && flow check",
11+
"lint": "github-lint",
1212
"prebuild": "npm run clean && npm run lint && mkdir dist",
1313
"build": "rollup -c && cp src/index.js.flow dist/index.umd.js.flow && cp src/index.js.flow dist/index.esm.js.flow",
1414
"test": "npm run build",

0 commit comments

Comments
 (0)