Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Oct 30, 2023
1 parent ca4b1ef commit d0e1f38
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 79 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ module.exports = {
"@typescript-eslint/no-useless-empty-export": warn,
"@typescript-eslint/no-var-requires": error,
"@typescript-eslint/prefer-as-const": warn,
"@typescript-eslint/prefer-destructuring": [
warn,
{ object: true, array: false },
],
"@typescript-eslint/prefer-for-of": warn,
"@typescript-eslint/prefer-function-type": warn,
"@typescript-eslint/prefer-includes": warn,
Expand Down Expand Up @@ -172,7 +176,6 @@ module.exports = {
"object-shorthand": warn,
"prefer-arrow-callback": warn,
"prefer-const": warn,
"prefer-destructuring": [warn, { object: true, array: false }],
"prefer-exponentiation-operator": warn,
"prefer-numeric-literals": warn,
"prefer-object-spread": warn,
Expand Down
153 changes: 80 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"build": "ts-node scripts/build.ts"
},
"devDependencies": {
"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitest/coverage-v8": "0.34.6",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-vitest": "0.3.2",
"eslint-plugin-vitest": "0.3.8",
"prettier": "3.0.3",
"ts-expect": "1.3.0",
"ts-node": "10.9.1",
Expand Down

0 comments on commit d0e1f38

Please sign in to comment.