Skip to content

Commit 6c272bd

Browse files
authored
chore(angular-query): remove jsdoc eslint rules (#9803)
1 parent 9d5ea11 commit 6c272bd

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
// @ts-check
22

3-
import pluginJsdoc from 'eslint-plugin-jsdoc'
43
import vitest from '@vitest/eslint-plugin'
54
import rootConfig from './root.eslint.config.js'
65

76
export default [
87
...rootConfig,
9-
pluginJsdoc.configs['flat/recommended-typescript'],
10-
{
11-
rules: {
12-
'jsdoc/require-hyphen-before-param-description': 1,
13-
'jsdoc/sort-tags': 1,
14-
'jsdoc/require-throws': 1,
15-
'jsdoc/check-tag-names': ['warn'],
16-
},
17-
},
188
{
199
plugins: { vitest },
2010
rules: {
@@ -29,7 +19,6 @@ export default [
2919
rules: {
3020
'@typescript-eslint/no-unnecessary-condition': 'off',
3121
'@typescript-eslint/require-await': 'off',
32-
'jsdoc/require-returns': 'off',
3322
},
3423
},
3524
]

packages/angular-query-experimental/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"@angular/platform-browser": "^20.0.0",
9696
"@tanstack/query-test-utils": "workspace:*",
9797
"@testing-library/angular": "^18.0.0",
98-
"eslint-plugin-jsdoc": "^50.5.0",
9998
"npm-run-all2": "^5.0.0",
10099
"rxjs": "^7.8.2",
101100
"vite-plugin-dts": "4.2.3",

packages/angular-query-experimental/src/__tests__/test-utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { expect } from 'vitest'
44
import type { InputSignal, Signal } from '@angular/core'
55
import type { ComponentFixture } from '@angular/core/testing'
66

7-
/* eslint jsdoc/require-jsdoc: 0, jsdoc/require-param: 0 */
8-
97
// Evaluate all signals on an object and return the result
108
function evaluateSignals<T extends Record<string, any>>(
119
obj: T,

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)