Skip to content

Commit

Permalink
chore: update project dependencies (#103)
Browse files Browse the repository at this point in the history
* chore: update project dependencies

* fix: lint stage
  • Loading branch information
ClaudioCorridore authored Feb 20, 2022
1 parent a3075c0 commit c443f09
Show file tree
Hide file tree
Showing 4 changed files with 2,706 additions and 4,406 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ module.exports = {
parser: "@typescript-eslint/parser", // Specifies the ESLint parser
extends: [
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"plugin:prettier/recommended", // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
"plugin:prettier/recommended",
],
parserOptions: {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "12"
- "14"

cache: npm

Expand All @@ -16,7 +16,7 @@ jobs:
- npm run test:coverage
- stage: npm release
if: tag IS present
node_js: "12"
node_js: "14"
deploy:
provider: npm
email: "$NPM_EMAIL"
Expand Down
Loading

0 comments on commit c443f09

Please sign in to comment.