eslint-plugin-tsdoc-require-2 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +14 -183
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "eslint-plugin-tsdoc-require-2",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Require TSDoc comments for exported TypeScript declarations.",
|
|
7
7
|
"keywords": [
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"lint:quiet": "cross-env ESLINT_PROGRESS=nofile NODE_OPTIONS=--max_old_space_size=16384 eslint --cache --cache-strategy content --cache-location .cache/.eslintcache && echo \"Eslint done!\"",
|
|
149
149
|
"lint:remark": "remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail \"*.{md,mdx}\" \"docs/**/*.{md,mdx}\" --quiet",
|
|
150
150
|
"lint:remark:fix": "prettier --log-level warn --ignore-path prettierignore.remark --cache --cache-location=.cache/.prettier-cache --cache-strategy=content --no-error-on-unmatched-pattern --write \"*.{md,mdx}\" \"docs/**/*.{md,mdx}\" && npm run remark:fix",
|
|
151
|
-
"lint:secretlint": "secretlint --secretlintrc .secretlintrc.
|
|
151
|
+
"lint:secretlint": "secretlint --secretlintrc .secretlintrc.cjs --secretlintignore .secretlintignore \"./*\" \".vscode/**\" \"assets/**\" \"src/**\" \"electron/**\" \"shared/**\" \"config/**\" \"scripts/**\" \"playwright/**\" \"storybook/**\" \".storybook\" \"tests/**\" \"benchmarks/**\" \".devin/**\" \"public/**\" \".github/**\" \"docs/Architecture/**\" \"docs/*\" \"docs/assets/**\" \"docs/Guides/**\" \"docs/Testing/**\" \"docs/TSDoc/**\" \"docs/docusaurus/src/**\" \"docs/docusaurus/static/**\" \"docs/docusaurus/blog/**\" \"docs/docusaurus/docs/**\" \"docs/docusaurus/docs/*\"",
|
|
152
152
|
"lint:secrets": "detect-secrets scan",
|
|
153
153
|
"lint:unused": "npm run knip -- --include unlisted,unresolved,duplicates",
|
|
154
154
|
"lint:unused-deps": "depcheck --ignores='@types/*,@testing-library/*,@vitest/*'",
|
|
@@ -214,32 +214,13 @@
|
|
|
214
214
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
215
215
|
"@csstools/stylelint-formatter-github": "^2.0.0",
|
|
216
216
|
"@double-great/remark-lint-alt-text": "^1.1.1",
|
|
217
|
-
"@double-great/stylelint-a11y": "^3.4.10",
|
|
218
217
|
"@eslint/compat": "^2.0.5",
|
|
219
218
|
"@eslint/config-inspector": "^2.0.0",
|
|
220
219
|
"@microsoft/tsdoc-config": "^0.18.1",
|
|
221
|
-
"@secretlint/secretlint-rule-anthropic": "^12.3.1",
|
|
222
|
-
"@secretlint/secretlint-rule-aws": "^12.3.1",
|
|
223
|
-
"@secretlint/secretlint-rule-database-connection-string": "^12.3.1",
|
|
224
|
-
"@secretlint/secretlint-rule-gcp": "^12.3.1",
|
|
225
|
-
"@secretlint/secretlint-rule-github": "^12.3.1",
|
|
226
|
-
"@secretlint/secretlint-rule-no-dotenv": "^12.3.1",
|
|
227
|
-
"@secretlint/secretlint-rule-no-homedir": "^12.3.1",
|
|
228
|
-
"@secretlint/secretlint-rule-npm": "^12.3.1",
|
|
229
|
-
"@secretlint/secretlint-rule-openai": "^12.3.1",
|
|
230
|
-
"@secretlint/secretlint-rule-pattern": "^12.3.1",
|
|
231
|
-
"@secretlint/secretlint-rule-preset-recommend": "^12.3.1",
|
|
232
|
-
"@secretlint/secretlint-rule-privatekey": "^12.3.1",
|
|
233
|
-
"@secretlint/secretlint-rule-secp256k1-privatekey": "^12.3.1",
|
|
234
|
-
"@secretlint/types": "^12.3.1",
|
|
235
|
-
"@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
|
|
236
220
|
"@stryker-ignorer/console-all": "^0.3.2",
|
|
237
221
|
"@stryker-mutator/core": "^9.6.1",
|
|
238
222
|
"@stryker-mutator/typescript-checker": "^9.6.1",
|
|
239
223
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
240
|
-
"@stylelint-types/stylelint-order": "^7.0.1",
|
|
241
|
-
"@stylelint-types/stylelint-stylistic": "^5.0.0",
|
|
242
|
-
"@stylistic/stylelint-plugin": "^5.1.0",
|
|
243
224
|
"@types/htmlhint": "^1.1.5",
|
|
244
225
|
"@types/madge": "^5.0.3",
|
|
245
226
|
"@types/node": "^25.6.0",
|
|
@@ -251,6 +232,7 @@
|
|
|
251
232
|
"@types/postcss-normalize": "^9.0.4",
|
|
252
233
|
"@types/postcss-reporter": "^7.0.5",
|
|
253
234
|
"@types/sloc": "^0.2.3",
|
|
235
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
254
236
|
"@typescript-eslint/rule-tester": "^8.59.1",
|
|
255
237
|
"@vitest/coverage-v8": "^4.1.5",
|
|
256
238
|
"@vitest/ui": "^4.1.5",
|
|
@@ -262,8 +244,8 @@
|
|
|
262
244
|
"cross-env": "^10.1.0",
|
|
263
245
|
"depcheck": "^1.4.7",
|
|
264
246
|
"detect-secrets": "^1.0.6",
|
|
265
|
-
"eslint": "^10.
|
|
266
|
-
"eslint-config-nick2bad4u": "^1.0.
|
|
247
|
+
"eslint": "^10.3.0",
|
|
248
|
+
"eslint-config-nick2bad4u": "^1.0.11",
|
|
267
249
|
"eslint-formatter-unix": "^9.0.1",
|
|
268
250
|
"eslint-rule-benchmark": "^0.8.0",
|
|
269
251
|
"fast-check": "^4.7.0",
|
|
@@ -271,191 +253,40 @@
|
|
|
271
253
|
"gitleaks-secret-scanner": "^2.1.1",
|
|
272
254
|
"htmlhint": "^1.9.2",
|
|
273
255
|
"jscpd": "^4.0.9",
|
|
274
|
-
"knip": "^6.
|
|
256
|
+
"knip": "^6.11.0",
|
|
275
257
|
"leasot": "^14.4.0",
|
|
276
258
|
"madge": "^8.0.0",
|
|
277
259
|
"markdown-link-check": "^3.14.2",
|
|
278
|
-
"npm-check-updates": "^22.0
|
|
279
|
-
"npm-package-json-lint": "^10.
|
|
260
|
+
"npm-check-updates": "^22.1.0",
|
|
261
|
+
"npm-package-json-lint": "^10.4.0",
|
|
280
262
|
"picocolors": "^1.1.1",
|
|
281
263
|
"postcss": "^8.5.13",
|
|
282
264
|
"postcss-assets": "^6.0.0",
|
|
283
265
|
"postcss-clamp": "^4.1.0",
|
|
284
266
|
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
285
267
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
286
|
-
"postcss-html": "^1.8.1",
|
|
287
268
|
"postcss-import": "^16.1.1",
|
|
288
269
|
"postcss-inline-svg": "^6.0.0",
|
|
289
270
|
"postcss-logical": "^9.0.0",
|
|
290
271
|
"postcss-normalize": "^13.0.1",
|
|
291
272
|
"postcss-reporter": "^7.1.0",
|
|
292
273
|
"postcss-round-subpixels": "^2.0.0",
|
|
293
|
-
"postcss-scss": "^4.0.9",
|
|
294
274
|
"postcss-sort-media-queries": "^6.5.0",
|
|
295
|
-
"postcss-styled-jsx": "^1.0.1",
|
|
296
|
-
"postcss-styled-syntax": "^0.7.1",
|
|
297
275
|
"postcss-viewport-height-correction": "^1.1.1",
|
|
298
276
|
"prettier": "^3.8.3",
|
|
299
|
-
"prettier-
|
|
300
|
-
"prettier-plugin-interpolated-html-tags": "^2.0.1",
|
|
301
|
-
"prettier-plugin-jsdoc": "^1.8.0",
|
|
302
|
-
"prettier-plugin-merge": "^0.10.1",
|
|
303
|
-
"prettier-plugin-multiline-arrays": "^4.1.7",
|
|
304
|
-
"prettier-plugin-packagejson": "^3.0.2",
|
|
305
|
-
"prettier-plugin-properties": "^0.3.1",
|
|
306
|
-
"prettier-plugin-sh": "^0.18.1",
|
|
307
|
-
"prettier-plugin-sort-json": "^4.2.0",
|
|
308
|
-
"prettier-plugin-sql": "^0.20.0",
|
|
309
|
-
"prettier-plugin-toml": "^2.0.6",
|
|
277
|
+
"prettier-config-nick2bad4u": "^1.0.9",
|
|
310
278
|
"publint": "^0.3.18",
|
|
311
279
|
"rehype-katex": "^7.0.1",
|
|
312
280
|
"remark": "^15.0.1",
|
|
313
281
|
"remark-cli": "^12.0.1",
|
|
314
|
-
"remark-
|
|
315
|
-
"remark-frontmatter": "^5.0.0",
|
|
316
|
-
"remark-gfm": "^4.0.1",
|
|
317
|
-
"remark-ignore": "^3.0.0",
|
|
318
|
-
"remark-inline-links": "^7.0.0",
|
|
319
|
-
"remark-lint": "^10.0.1",
|
|
320
|
-
"remark-lint-blockquote-indentation": "^4.0.1",
|
|
321
|
-
"remark-lint-check-toc": "^1.0.0",
|
|
322
|
-
"remark-lint-checkbox-character-style": "^5.0.1",
|
|
323
|
-
"remark-lint-checkbox-content-indent": "^5.0.1",
|
|
324
|
-
"remark-lint-code-block-split-list": "^1.0.0",
|
|
325
|
-
"remark-lint-code-block-style": "^4.0.1",
|
|
326
|
-
"remark-lint-correct-media-syntax": "^1.0.1",
|
|
327
|
-
"remark-lint-definition-case": "^4.0.1",
|
|
328
|
-
"remark-lint-definition-sort": "^1.0.1",
|
|
329
|
-
"remark-lint-definition-spacing": "^4.0.1",
|
|
330
|
-
"remark-lint-directive-attribute-sort": "^1.0.1",
|
|
331
|
-
"remark-lint-directive-collapsed-attribute": "^1.0.1",
|
|
332
|
-
"remark-lint-directive-quote-style": "^1.0.1",
|
|
333
|
-
"remark-lint-directive-shortcut-attribute": "^1.0.1",
|
|
334
|
-
"remark-lint-directive-unique-attribute-name": "^1.0.1",
|
|
335
|
-
"remark-lint-emphasis-marker": "^4.0.1",
|
|
336
|
-
"remark-lint-fenced-code-flag": "^4.2.0",
|
|
337
|
-
"remark-lint-fenced-code-flag-case": "^3.0.0",
|
|
338
|
-
"remark-lint-fenced-code-marker": "^4.0.1",
|
|
339
|
-
"remark-lint-file-extension": "^3.0.1",
|
|
340
|
-
"remark-lint-final-definition": "^4.0.2",
|
|
341
|
-
"remark-lint-final-newline": "^3.0.1",
|
|
342
|
-
"remark-lint-first-heading-level": "^4.0.1",
|
|
343
|
-
"remark-lint-frontmatter-schema": "^3.15.4",
|
|
344
|
-
"remark-lint-hard-break-spaces": "^4.1.1",
|
|
345
|
-
"remark-lint-heading-capitalization": "^1.3.0",
|
|
346
|
-
"remark-lint-heading-increment": "^4.0.1",
|
|
347
|
-
"remark-lint-heading-style": "^4.0.1",
|
|
348
|
-
"remark-lint-heading-whitespace": "^1.0.0",
|
|
349
|
-
"remark-lint-linebreak-style": "^4.0.1",
|
|
350
|
-
"remark-lint-link-title-style": "^4.0.1",
|
|
351
|
-
"remark-lint-list-item-bullet-indent": "^5.0.1",
|
|
352
|
-
"remark-lint-list-item-content-indent": "^4.0.1",
|
|
353
|
-
"remark-lint-list-item-indent": "^4.0.1",
|
|
354
|
-
"remark-lint-list-item-spacing": "^5.0.1",
|
|
355
|
-
"remark-lint-maximum-heading-length": "^4.1.1",
|
|
356
|
-
"remark-lint-maximum-line-length": "^4.1.1",
|
|
357
|
-
"remark-lint-mdx-jsx-attribute-sort": "^1.0.1",
|
|
358
|
-
"remark-lint-mdx-jsx-no-void-children": "^1.0.1",
|
|
359
|
-
"remark-lint-mdx-jsx-quote-style": "^1.0.1",
|
|
360
|
-
"remark-lint-mdx-jsx-self-close": "^1.0.1",
|
|
361
|
-
"remark-lint-mdx-jsx-shorthand-attribute": "^1.0.1",
|
|
362
|
-
"remark-lint-mdx-jsx-unique-attribute-name": "^1.0.1",
|
|
363
|
-
"remark-lint-media-style": "^1.0.1",
|
|
364
|
-
"remark-lint-no-blockquote-without-marker": "^6.0.1",
|
|
365
|
-
"remark-lint-no-consecutive-blank-lines": "^5.0.1",
|
|
366
|
-
"remark-lint-no-dead-urls": "^2.0.1",
|
|
367
|
-
"remark-lint-no-duplicate-defined-urls": "^3.0.1",
|
|
368
|
-
"remark-lint-no-duplicate-definitions": "^4.0.1",
|
|
369
|
-
"remark-lint-no-duplicate-headings": "^4.0.1",
|
|
370
|
-
"remark-lint-no-duplicate-headings-in-section": "^4.0.1",
|
|
371
|
-
"remark-lint-no-emphasis-as-heading": "^4.0.1",
|
|
372
|
-
"remark-lint-no-empty-sections": "^4.0.0",
|
|
373
|
-
"remark-lint-no-empty-url": "^4.0.1",
|
|
374
|
-
"remark-lint-no-file-name-articles": "^3.0.1",
|
|
375
|
-
"remark-lint-no-file-name-consecutive-dashes": "^3.0.1",
|
|
376
|
-
"remark-lint-no-file-name-irregular-characters": "^3.0.1",
|
|
377
|
-
"remark-lint-no-file-name-mixed-case": "^3.0.1",
|
|
378
|
-
"remark-lint-no-file-name-outer-dashes": "^3.0.1",
|
|
379
|
-
"remark-lint-no-heading-content-indent": "^5.0.1",
|
|
380
|
-
"remark-lint-no-heading-indent": "^5.0.1",
|
|
381
|
-
"remark-lint-no-heading-like-paragraph": "^4.0.1",
|
|
382
|
-
"remark-lint-no-heading-punctuation": "^4.0.1",
|
|
383
|
-
"remark-lint-no-hidden-table-cell": "^1.0.1",
|
|
384
|
-
"remark-lint-no-html": "^4.0.1",
|
|
385
|
-
"remark-lint-no-literal-urls": "^4.0.1",
|
|
386
|
-
"remark-lint-no-missing-blank-lines": "^4.0.1",
|
|
387
|
-
"remark-lint-no-multiple-toplevel-headings": "^4.0.1",
|
|
388
|
-
"remark-lint-no-paragraph-content-indent": "^5.0.1",
|
|
389
|
-
"remark-lint-no-reference-like-url": "^4.0.1",
|
|
390
|
-
"remark-lint-no-shell-dollars": "^4.0.1",
|
|
391
|
-
"remark-lint-no-shortcut-reference-image": "^4.0.1",
|
|
392
|
-
"remark-lint-no-shortcut-reference-link": "^4.0.1",
|
|
393
|
-
"remark-lint-no-table-indentation": "^5.0.1",
|
|
394
|
-
"remark-lint-no-tabs": "^4.0.1",
|
|
395
|
-
"remark-lint-no-undefined-references": "^5.0.2",
|
|
396
|
-
"remark-lint-no-unneeded-full-reference-image": "^4.0.1",
|
|
397
|
-
"remark-lint-no-unneeded-full-reference-link": "^4.0.1",
|
|
398
|
-
"remark-lint-no-unused-definitions": "^4.0.2",
|
|
399
|
-
"remark-lint-ordered-list-marker-style": "^4.0.1",
|
|
400
|
-
"remark-lint-ordered-list-marker-value": "^4.0.1",
|
|
401
|
-
"remark-lint-rule-style": "^4.0.1",
|
|
402
|
-
"remark-lint-strikethrough-marker": "^3.0.1",
|
|
403
|
-
"remark-lint-strong-marker": "^4.0.1",
|
|
404
|
-
"remark-lint-table-cell-padding": "^5.1.1",
|
|
405
|
-
"remark-lint-table-pipe-alignment": "^4.1.1",
|
|
406
|
-
"remark-lint-table-pipes": "^5.0.1",
|
|
407
|
-
"remark-lint-unordered-list-marker-style": "^4.0.1",
|
|
408
|
-
"remark-lint-write-good": "^1.2.0",
|
|
409
|
-
"remark-math": "^6.0.0",
|
|
410
|
-
"remark-preset-lint-consistent": "^6.0.1",
|
|
411
|
-
"remark-preset-lint-markdown-style-guide": "^6.0.1",
|
|
412
|
-
"remark-preset-lint-recommended": "^7.0.1",
|
|
413
|
-
"remark-preset-prettier": "^2.0.2",
|
|
414
|
-
"remark-toc": "^9.0.0",
|
|
415
|
-
"remark-validate-links": "^13.1.0",
|
|
416
|
-
"remark-wiki-link": "^2.0.1",
|
|
282
|
+
"remark-config-nick2bad4u": "^1.0.1",
|
|
417
283
|
"rimraf": "^6.1.3",
|
|
418
284
|
"secretlint": "^12.3.1",
|
|
285
|
+
"secretlint-config-nick2bad4u": "^1.0.3",
|
|
419
286
|
"sloc": "^0.3.2",
|
|
420
287
|
"sort-package-json": "^3.6.1",
|
|
421
|
-
"stylelint": "^17.
|
|
422
|
-
"stylelint-
|
|
423
|
-
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
424
|
-
"stylelint-codeframe-formatter": "^1.2.0",
|
|
425
|
-
"stylelint-config-alphabetical-order": "^2.0.0",
|
|
426
|
-
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
427
|
-
"stylelint-config-inspector": "^2.1.2",
|
|
428
|
-
"stylelint-config-recess-order": "^7.7.0",
|
|
429
|
-
"stylelint-config-recommended": "^18.0.0",
|
|
430
|
-
"stylelint-config-sass-guidelines": "^13.0.0",
|
|
431
|
-
"stylelint-config-standard": "^40.0.0",
|
|
432
|
-
"stylelint-config-standard-scss": "^17.0.0",
|
|
433
|
-
"stylelint-config-tailwindcss": "^1.0.1",
|
|
434
|
-
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
|
|
435
|
-
"stylelint-declaration-strict-value": "^1.11.1",
|
|
436
|
-
"stylelint-define-config": "^17.9.0",
|
|
437
|
-
"stylelint-find-new-rules": "^6.0.0",
|
|
438
|
-
"stylelint-formatter-gitlab-code-quality-report": "^1.1.0",
|
|
439
|
-
"stylelint-formatter-pretty": "^4.0.1",
|
|
440
|
-
"stylelint-gamut": "^2.0.0",
|
|
441
|
-
"stylelint-group-selectors": "^1.0.10",
|
|
442
|
-
"stylelint-high-performance-animation": "^2.0.0",
|
|
443
|
-
"stylelint-media-use-custom-media": "^4.1.0",
|
|
444
|
-
"stylelint-no-browser-hacks": "^2.0.2",
|
|
445
|
-
"stylelint-no-indistinguishable-colors": "^2.3.1",
|
|
446
|
-
"stylelint-no-restricted-syntax": "^2.2.1",
|
|
447
|
-
"stylelint-no-unresolved-module": "^2.5.2",
|
|
448
|
-
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
449
|
-
"stylelint-order": "^8.1.1",
|
|
450
|
-
"stylelint-plugin-defensive-css": "^2.9.1",
|
|
451
|
-
"stylelint-plugin-logical-css": "^2.1.0",
|
|
452
|
-
"stylelint-plugin-use-baseline": "^1.4.1",
|
|
453
|
-
"stylelint-prettier": "^5.0.3",
|
|
454
|
-
"stylelint-react-native": "^2.7.0",
|
|
455
|
-
"stylelint-scales": "^5.0.0",
|
|
456
|
-
"stylelint-selector-bem-pattern": "^4.0.1",
|
|
457
|
-
"stylelint-use-nesting": "^6.0.2",
|
|
458
|
-
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
288
|
+
"stylelint": "^17.10.0",
|
|
289
|
+
"stylelint-config-nick2bad4u": "^1.0.5",
|
|
459
290
|
"ts-unused-exports": "^11.0.1",
|
|
460
291
|
"typedoc": "^0.28.19",
|
|
461
292
|
"typescript": "^6.0.3",
|
|
@@ -469,7 +300,7 @@
|
|
|
469
300
|
},
|
|
470
301
|
"peerDependencies": {
|
|
471
302
|
"@typescript-eslint/parser": "^8.0.0 || ^9.0.0",
|
|
472
|
-
"eslint": "^9.0.0 || ^10.
|
|
303
|
+
"eslint": "^9.0.0 || ^10.3.0",
|
|
473
304
|
"typescript": ">=5.4.0"
|
|
474
305
|
},
|
|
475
306
|
"packageManager": "npm@11.13.0",
|