Skip to content

Commit

Permalink
Merge pull request #130 from SamB/fix-typedoc
Browse files Browse the repository at this point in the history
Fix typedoc stuff
  • Loading branch information
ivandotv authored Aug 17, 2024
2 parents eca4c31 + fcae1d9 commit 8eca913
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ module.exports = {
plugins: [
'@typescript-eslint/eslint-plugin',
'eslint-plugin-tsdoc',
'jsdoc',
'prettier'
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:jsdoc/recommended-typescript',
'plugin:jest/recommended',
'prettier'
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
Expand Down
122 changes: 122 additions & 0 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 8eca913

Please sign in to comment.