Skip to content

Commit

Permalink
feat: upgrade node, eslint and types (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-snyk authored Apr 15, 2024
1 parent 0005dae commit c4a5987
Show file tree
Hide file tree
Showing 11 changed files with 2,240 additions and 1,440 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"no-continue": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/no-unsafe-assignment": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-redundant-type-constituents": "warn",
"@typescript-eslint/no-unsafe-enum-comparison": "warn",
"import/no-extraneous-dependencies": "off",
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": ["error"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Cache NPM files
uses: actions/cache@v2
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.19
Loading

0 comments on commit c4a5987

Please sign in to comment.