Skip to content

Commit

Permalink
build: bump all dependencies and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Nov 11, 2023
1 parent 5de0cad commit 2839d1a
Show file tree
Hide file tree
Showing 5 changed files with 1,282 additions and 623 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "./node_modules/gts/"
"extends": "./node_modules/gts/",
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false
}
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"mochaExplorer.files": "test/**/test-*.ts",
"mochaExplorer.esmLoader": false,
"mochaExplorer.envPath": "bmyc.env",
"prettier.bracketSpacing": false,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
Expand Down
Loading

0 comments on commit 2839d1a

Please sign in to comment.