Skip to content

Commit

Permalink
Use ESLint --cache option by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Oct 19, 2018
1 parent e000917 commit 5cf0cbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,6 +9,7 @@
/bower_components

# misc
/.eslintcache
/.sass-cache
/connect.lock
/coverage/*
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -7,6 +7,7 @@
.bowerrc
.editorconfig
.ember-cli
.eslintcache
.gitignore
.eslintrc.js
.watchmanconfig
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "ember build",
"changelog": "lerna-changelog",
"lint": "eslint .",
"lint": "eslint . --cache",
"start": "ember server",
"test": "ember try:each"
},
Expand Down

0 comments on commit 5cf0cbc

Please sign in to comment.