@lvce-editor/eslint-config 1.39.0 → 1.41.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.
Files changed (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -133,6 +133,12 @@ const defaultConfig = tseslint.config(
133
133
  files: ['**/package.json'],
134
134
  extends: [packageJson.configs.recommended],
135
135
  },
136
+ {
137
+ files: ['**/package.json'],
138
+ rules: {
139
+ 'package-json/require-description': 'off',
140
+ },
141
+ },
136
142
  {
137
143
  files: ['**/*.ts'],
138
144
  ...eslintPluginUnicorn.configs.recommended,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "1.39.0",
3
+ "version": "1.41.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -20,17 +20,17 @@
20
20
  "description": "",
21
21
  "dependencies": {
22
22
  "@eslint/css": "0.7.0",
23
- "@eslint/js": "9.25.1",
23
+ "@eslint/js": "9.26.0",
24
24
  "@eslint/json": "0.12.0",
25
25
  "@eslint/markdown": "6.4.0",
26
26
  "eslint-plugin-jest": "28.11.0",
27
27
  "eslint-plugin-n": "17.17.0",
28
- "eslint-plugin-package-json": "0.30.0",
28
+ "eslint-plugin-package-json": "0.31.0",
29
29
  "eslint-plugin-perfectionist": "4.12.3",
30
30
  "eslint-plugin-project-structure": "3.13.3",
31
- "eslint-plugin-unicorn": "58.0.0",
31
+ "eslint-plugin-unicorn": "59.0.1",
32
32
  "eslint-plugin-yml": "1.18.0",
33
- "typescript-eslint": "8.31.0"
33
+ "typescript-eslint": "8.32.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "eslint": ">= 9"