Skip to content

Commit

Permalink
Merge branch 'dependabot/npm_and_yarn/eslint-7.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed May 26, 2020
2 parents cfb974a + baaafd1 commit 11357b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
node: true
extends: 'eslint:recommended'
rules:
indent: [2, 4, { SwitchCase : 1 } ]
indent-legacy: [2, 4, { SwitchCase : 1 } ]
no-trailing-spaces: 2
quotes: [ 2, single, avoid-escape ]
linebreak-style: [ 2, unix ]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ coverage
node_modules

.DS_Store
package-lock.json
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: node_js
before_script:
- npm install -g codeclimate-test-reporter
node_js:
- "8"
- "10"
- "12"
- "13"
- "14"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"ajv-keywords": "^3.2.0",
"coveralls": "^3.0.0",
"eslint": "^2.4.0",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"nyc": "^15.0.1",
"pre-commit": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
rules:
indent: [2, 2, { SwitchCase : 1 } ]
indent-legacy: [2, 2, { SwitchCase : 1 } ]
no-invalid-this: 0
no-empty: [2, allowEmptyCatch: true]

Expand Down

0 comments on commit 11357b6

Please sign in to comment.