Skip to content

Commit

Permalink
chore(style): add eslintignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 5, 2018
1 parent 446fe79 commit 69ca21a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintignore
@@ -0,0 +1 @@
coverage/
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_script: greenkeeper-lockfile-update
script:
- yarn commitlint --from="$TRAVIS_BRANCH" --to="$TRAVIS_COMMIT"
- yarn commitlint --from=$TRAVIS_COMMIT
- yarn test
- yarn lint && yarn test
after_script: greenkeeper-lockfile-upload
jobs:
include:
Expand Down
6 changes: 2 additions & 4 deletions index.js
Expand Up @@ -14,11 +14,9 @@ const snapshotProcessor = require('./processors/snapshot-processor');
module.exports = {
configs: {
recommended: {
plugins: [
'jest'
],
plugins: ['jest'],
env: {
'jest/globals': true
'jest/globals': true,
},
rules: {
'jest/no-disabled-tests': 'warn',
Expand Down

0 comments on commit 69ca21a

Please sign in to comment.