Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv committed May 5, 2024
1 parent a67406a commit f9752bb
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 2 deletions.
11 changes: 10 additions & 1 deletion packages/angular-query-devtools-experimental/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
// @ts-check

/** @type {import('eslint').Linter.Config} */
const config = {}
const config = {
plugins: ['jsdoc'],
extends: ['plugin:jsdoc/recommended-typescript'],
rules: {
'jsdoc/require-hyphen-before-param-description': 1,
'jsdoc/sort-tags': 1,
'jsdoc/require-throws': 1,
'jsdoc/check-tag-names': ['warn'],
},
}

module.exports = config
1 change: 1 addition & 0 deletions packages/angular-query-devtools-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@angular/core": "^17.3.3",
"@angular/common": "^17.3.3",
"@tanstack/angular-query-experimental": "workspace:*",
"eslint-plugin-jsdoc": "^48.2.2",
"ng-packagr": "^17.3.0",
"typescript": "5.2.2",
"zone.js": "^0.14.4"
Expand Down
2 changes: 2 additions & 0 deletions packages/angular-query-experimental/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# API extractor
*.api.md
1 change: 1 addition & 0 deletions packages/angular-query-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"eslint-plugin-jsdoc": "^48.2.2",
"@microsoft/api-extractor": "^7.43.1",
"ng-packagr": "^17.3.0",
"typescript": "5.2.2",
"zone.js": "^0.14.4"
Expand Down
92 changes: 91 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit f9752bb

Please sign in to comment.