We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist/
1 parent 5d8ad2d commit 1d2fe46Copy full SHA for 1d2fe46
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 src/ && flow check",
+ "lint": "eslint . && flow check",
11
"prebuild": "npm run clean && npm run lint && mkdir dist",
12
"build": "rollup -c && cp src/index.js.flow dist/index.umd.js.flow && cp src/index.js.flow dist/index.esm.js.flow",
13
"test": "npm run build",
@@ -38,5 +38,8 @@
38
"plugin:github/browser"
39
],
40
"parser": "babel-eslint"
41
- }
+ },
42
+ "eslintIgnore": [
43
+ "dist/"
44
+ ]
45
}
0 commit comments