@lvce-editor/eslint-config 1.35.0 → 1.37.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 +2 -2
  2. package/package.json +10 -10
package/index.js CHANGED
@@ -7,7 +7,7 @@ import { mkdirSync } from 'node:fs'
7
7
  import { join } from 'node:path'
8
8
  import process from 'node:process'
9
9
  import tseslint from 'typescript-eslint'
10
- import packageJson from 'eslint-plugin-package-json/configs/recommended'
10
+ import packageJson from 'eslint-plugin-package-json'
11
11
  import eslintPluginUnicorn from 'eslint-plugin-unicorn'
12
12
  import eslintPluginYml from 'eslint-plugin-yml'
13
13
  import markdown from '@eslint/markdown'
@@ -130,7 +130,7 @@ const defaultConfig = tseslint.config(
130
130
  },
131
131
  {
132
132
  files: ['**/package.json'],
133
- extends: [packageJson],
133
+ extends: [packageJson.configs.recommended],
134
134
  },
135
135
  {
136
136
  files: ['**/*.ts'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "1.35.0",
3
+ "version": "1.37.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -19,18 +19,18 @@
19
19
  "homepage": "https://github.com/lvce-editor/eslint-config#readme",
20
20
  "description": "",
21
21
  "dependencies": {
22
- "@eslint/css": "0.5.0",
23
- "@eslint/js": "9.22.0",
24
- "@eslint/json": "0.10.0",
22
+ "@eslint/css": "0.6.0",
23
+ "@eslint/js": "9.24.0",
24
+ "@eslint/json": "0.11.0",
25
25
  "@eslint/markdown": "6.3.0",
26
26
  "eslint-plugin-jest": "28.11.0",
27
- "eslint-plugin-n": "17.16.2",
28
- "eslint-plugin-package-json": "0.26.3",
29
- "eslint-plugin-perfectionist": "4.10.1",
30
- "eslint-plugin-project-structure": "3.13.2",
31
- "eslint-plugin-unicorn": "57.0.0",
27
+ "eslint-plugin-n": "17.17.0",
28
+ "eslint-plugin-package-json": "0.29.0",
29
+ "eslint-plugin-perfectionist": "4.11.0",
30
+ "eslint-plugin-project-structure": "3.13.3",
31
+ "eslint-plugin-unicorn": "58.0.0",
32
32
  "eslint-plugin-yml": "1.17.0",
33
- "typescript-eslint": "8.27.0"
33
+ "typescript-eslint": "8.29.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "eslint": ">= 9"