We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github-lint
1 parent e20aa83 commit c2e8e69Copy full SHA for c2e8e69
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"module": "dist/index.esm.js",
8
"scripts": {
9
"clean": "rm -rf dist",
10
- "lint": "eslint . && flow check",
+ "lint": "github-lint",
11
"prebuild": "npm run clean && npm run lint",
12
"build": "rollup -c && cp src/index.js.flow dist/index.esm.js.flow && cp src/index.js.flow dist/index.umd.js.flow",
13
"pretest": "npm run build",
0 commit comments