Skip to content

Commit cd083b7

Browse files
committed
Use github-lint
1 parent ad4b9ea commit cd083b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"scripts": {
1313
"clean": "rm -rf dist",
14-
"lint": "eslint index.js test/ && flow check",
14+
"lint": "github-lint",
1515
"prebuild": "npm run clean && npm run lint && mkdir dist",
1616
"build-umd": "BABEL_ENV=umd babel index.js -o dist/index.umd.js",
1717
"build-esm": "BABEL_ENV=esm babel index.js -o dist/index.esm.js",

prettier.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
/* @flow */
2+
13
module.exports = require('eslint-plugin-github/prettier.config')

0 commit comments

Comments
 (0)