We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4b9ea commit cd083b7Copy full SHA for cd083b7
package.json
@@ -11,7 +11,7 @@
11
],
12
"scripts": {
13
"clean": "rm -rf dist",
14
- "lint": "eslint index.js test/ && flow check",
+ "lint": "github-lint",
15
"prebuild": "npm run clean && npm run lint && mkdir dist",
16
"build-umd": "BABEL_ENV=umd babel index.js -o dist/index.umd.js",
17
"build-esm": "BABEL_ENV=esm babel index.js -o dist/index.esm.js",
prettier.config.js
@@ -1 +1,3 @@
1
+/* @flow */
2
+
3
module.exports = require('eslint-plugin-github/prettier.config')
0 commit comments