We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ea136 commit 0aa51d7Copy full SHA for 0aa51d7
1 file changed
oxlint.config.ts
@@ -88,7 +88,6 @@ export default defineConfig({
88
"import/unambiguous": "off",
89
90
// ── eslint-plugin-jsdoc (built-in) ──
91
- // TS ファイルではシグネチャに型があるため JSDoc の型は重複(ts(80004))。
92
"jsdoc/require-param": "off",
93
"jsdoc/require-param-description": "off",
94
"jsdoc/require-param-type": "off",
0 commit comments