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 b24cd12 commit 5f1beddCopy full SHA for 5f1bedd
.eslintignore
@@ -0,0 +1,3 @@
1
+node_modules
2
+coverage/
3
+build/
package.json
@@ -38,7 +38,7 @@
38
"scripts": {
39
"build": "babel lib -d build",
40
"build:watch": "babel lib -w -d build",
41
- "lint": "eslint lib/**; exit 0",
+ "lint": "eslint .",
42
"lint:watch": "esw -w lib/**",
43
"prepublish": "npm run build"
44
},
0 commit comments