Skip to content

Commit

Permalink
Upgrade @typescript-eslint/eslint-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Nov 5, 2023
1 parent 65928e5 commit c39c48b
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 179 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ module.exports = {
'@typescript-eslint/array-type': [
'error',
{
'array-type': 'array',
default: 'array',
},
],
},
},
],
plugins: ['jsdoc'],
rules: {
// jsdoc
'jsdoc/require-jsdoc': [
'error',
{
Expand Down
229 changes: 53 additions & 176 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/semver-utils": "^1.1.2",
"@types/sinon": "^17.0.0",
"@types/update-notifier": "^6.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"c8": "^8.0.1",
"chai": "^4.3.10",
Expand Down

0 comments on commit c39c48b

Please sign in to comment.