Skip to content

Commit c2e8e69

Browse files
committed
Use github-lint
1 parent e20aa83 commit c2e8e69

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
@@ -7,7 +7,7 @@
77
"module": "dist/index.esm.js",
88
"scripts": {
99
"clean": "rm -rf dist",
10-
"lint": "eslint . && flow check",
10+
"lint": "github-lint",
1111
"prebuild": "npm run clean && npm run lint",
1212
"build": "rollup -c && cp src/index.js.flow dist/index.esm.js.flow && cp src/index.js.flow dist/index.umd.js.flow",
1313
"pretest": "npm run build",

0 commit comments

Comments
 (0)