eslint-config-complete 1.2.1 → 1.2.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-complete",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A sharable ESLint config for TypeScript projects.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -50,6 +50,8 @@ const HELPFUL_WARNINGS = {
50
50
  "**/tests/*.{js,cjs,mjs,ts,cts,mts}", // Files inside of a "tests" directory.
51
51
  "**/eslint.config.{js,cjs,mjs,ts,cts,mts}", // ESLint config
52
52
  "**/prettier.config.{js,cjs,mjs,ts,cts,mts}", // Prettier config
53
+ "**/typedoc.config.{js,cjs,mjs,ts,cts,mts}", // TypeDoc config
54
+ "**/typedoc.config.*.{js,cjs,mjs,ts,cts,mts}", // TypeDoc config
53
55
  ],
54
56
  optionalDependencies: false,
55
57
  },