Skip to content

Commit

Permalink
some other things
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Apr 25, 2017
1 parent 5b8b25a commit a8c2e61
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ cypress/videos
cypress/screenshots
dist
.opt-in
.eslintcache
3 changes: 3 additions & 0 deletions cypress-final/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"cy": false,
"Cypress": false,
},
"env": {
"mocha": true,
},
"rules": {
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off",
Expand Down
2 changes: 1 addition & 1 deletion cypress/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
},
"env": {
"mocha": true,
}
},
}
3 changes: 3 additions & 0 deletions other/templates/cypress/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"cy": false,
"Cypress": false,
},
"env": {
"mocha": true,
},
// FINAL_START
"rules": {
"import/no-extraneous-dependencies": "off",
Expand Down
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = {
},
lint: {
hiddenFromHelp,
script: 'eslint .',
script: 'eslint . --cache',
description: 'lint project files',
},
format: {
Expand Down

0 comments on commit a8c2e61

Please sign in to comment.