diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..3fa53299 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +node_modules +coverage/ +build/ \ No newline at end of file diff --git a/package.json b/package.json index 2f4b33dc..9a418402 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "scripts": { "build": "babel lib -d build", "build:watch": "babel lib -w -d build", - "lint": "eslint lib/**; exit 0", + "lint": "eslint .", "lint:watch": "esw -w lib/**", "prepublish": "npm run build" },