eslint-config-complete 2.2.0 → 2.3.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"base-package-json.d.ts","sourceRoot":"","sources":["../../src/base/base-package-json.js"],"names":[],"mappings":"AAIA;;;GAGG;AACH,oGA6GG"}
1
+ {"version":3,"file":"base-package-json.d.ts","sourceRoot":"","sources":["../../src/base/base-package-json.js"],"names":[],"mappings":"AAIA;;;GAGG;AACH,oGAiHG"}
@@ -37,7 +37,11 @@ export const basePackageJSON = defineConfig({
37
37
  "package-json/require-bundleDependencies": "off",
38
38
  /** Disabled since not all projects have `dependencies`. */
39
39
  "package-json/require-dependencies": "off",
40
- "package-json/require-description": "warn",
40
+ /**
41
+ * Disabled since it is only needed for public npm packages, which is too specific for this
42
+ * config. (It is superfluous as long as a "README.md" file exists.)
43
+ */
44
+ "package-json/require-description": "off",
41
45
  /** Disabled since not all projects have `devDependencies`. */
42
46
  "package-json/require-devDependencies": "off",
43
47
  /** Disabled since not all projects have engine version constraints. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-complete",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "A sharable ESLint config for TypeScript projects.",
5
5
  "keywords": [
6
6
  "eslint",