Skip to content

Commit

Permalink
ci: add types to jsdoc eslint config wd-270
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Jan 2, 2024
1 parent 0ee72db commit f2dae47
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
22 changes: 16 additions & 6 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 @@ -55,7 +55,7 @@
"eslint": "8.53.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-jsdoc": "47.0.2",
"eslint-plugin-perfectionist": "2.5.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.23.0",
Expand Down
13 changes: 0 additions & 13 deletions source/scripts/packages.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ declare module 'eslint-plugin-import' {
}
}

declare module 'eslint-plugin-jsdoc' {
import { type Linter } from 'eslint'

const configs: Record<
'recommended-typescript-flavor-error',
Required<Linter.FlatConfig>
>

export default {
configs,
}
}

declare module '@typescript-eslint/eslint-plugin' {
import { type Linter } from 'eslint'

Expand Down

0 comments on commit f2dae47

Please sign in to comment.