Skip to content

Commit

Permalink
delete eslintcache files, update package.json to no longer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
philawsophizing committed May 16, 2017
1 parent 29bfba2 commit ea79904
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node ./src/start_server.js",
"dev": "nodemon --ext js,hbs ./src/start_server.js",
"precommit-msg": "echo 'Pre-commit checks..' && exit 0",
"lint": "eslint ./ --cache --ignore-pattern .gitignore"
"lint": "eslint ./ --ignore-pattern .gitignore"
},
"pre-commit": [
"precommit-msg",
Expand Down

0 comments on commit ea79904

Please sign in to comment.