Skip to content

Commit

Permalink
Merge pull request #1053 from maetl/typescript-upgrade
Browse files Browse the repository at this point in the history
Upgrade TypeScript to v5
  • Loading branch information
smwhr authored Aug 2, 2024
2 parents e8625fb + c010453 commit 1c055a7
Show file tree
Hide file tree
Showing 14 changed files with 6,554 additions and 7,090 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = {
},
plugins: [
"@typescript-eslint",
"@typescript-eslint/tslint",
"import",
"jsdoc",
"prefer-arrow",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run: npm install
- name: Install codecov
run: npm install codecov
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: tests
run: npm run test
- name: Lint
run: npm run lint
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"trailingComma": "es5"
}
Loading

0 comments on commit 1c055a7

Please sign in to comment.