Skip to content

Commit

Permalink
Move back on .eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
preco21 committed Jun 26, 2017
1 parent a7b0bb4 commit ca37878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/lib
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"prepublish": "npm run build",
"prebuild": "npm run clean",
"test": "eslint --ignore-path .gitignore . && jest",
"test": "eslint . && jest",
"build": "babel --out-dir lib src",
"clean": "rimraf lib"
},
Expand Down

0 comments on commit ca37878

Please sign in to comment.