Skip to content

Commit

Permalink
Infrastructure updates - node test, es version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed May 24, 2021
1 parent 772f2ff commit 8ee7426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
Expand Down Expand Up @@ -101,6 +101,7 @@
"template-tag-spacing": "error",
"unicode-bom": "error",
"wrap-regex": "error",
"no-invalid-regexp": "warn",

//ECMAScript6
"arrow-body-style": "error",
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ env:
- CC_TEST_REPORTER_ID=bf120a504e138055e0d71e23e1acd2d75d5dfe9fbcdaf0268ee9f4e3a23e5b2f
language: node_js
node_js:
- "16"
- "15"
- "14"
- "12"
- "10"
sudo: false
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down

0 comments on commit 8ee7426

Please sign in to comment.