@lvce-editor/eslint-config 7.2.0 → 7.4.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 +11 -0
  2. package/package.json +9 -9
package/index.js CHANGED
@@ -45,6 +45,7 @@ const defaultConfig = tseslint.config(
45
45
  'quickpick',
46
46
  'Backquote',
47
47
  'checkmark',
48
+ 'openrouter',
48
49
  'codellama',
49
50
  'Wacher',
50
51
  'commitish',
@@ -360,6 +361,16 @@ const defaultConfig = tseslint.config(
360
361
  'unicorn/no-nested-ternary': 'off',
361
362
  },
362
363
  },
364
+ {
365
+ rules: {
366
+ 'package-json/require-author': 'off',
367
+ 'package-json/require-exports': 'off',
368
+ 'package-json/require-files': 'off',
369
+ 'package-json/require-sideEffects': 'off',
370
+ 'package-json/require-attribution': 'off',
371
+ 'package-json/require-repository': 'off',
372
+ },
373
+ },
363
374
  {
364
375
  ignores: [
365
376
  'dist',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "7.2.0",
3
+ "version": "7.4.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "homepage": "https://github.com/lvce-editor/eslint-config#readme",
20
20
  "description": "",
21
21
  "dependencies": {
22
- "@cspell/eslint-plugin": "9.6.4",
22
+ "@cspell/eslint-plugin": "9.7.0",
23
23
  "@e18e/eslint-plugin": "^0.2.0",
24
24
  "@eslint/css": "0.14.1",
25
25
  "@eslint/js": "9.32.0",
@@ -27,15 +27,15 @@
27
27
  "@eslint/markdown": "7.5.1",
28
28
  "eslint-plugin-jest": "29.15.0",
29
29
  "eslint-plugin-n": "17.24.0",
30
- "eslint-plugin-package-json": "0.88.3",
30
+ "eslint-plugin-package-json": "0.89.2",
31
31
  "eslint-plugin-perfectionist": "5.6.0",
32
32
  "eslint-plugin-unicorn": "63.0.0",
33
- "eslint-plugin-yml": "3.2.1",
34
- "typescript-eslint": "8.56.0",
35
- "@lvce-editor/eslint-plugin-tsconfig": "7.2.0",
36
- "@lvce-editor/eslint-plugin-github-actions": "7.2.0",
37
- "@lvce-editor/eslint-plugin-regex": "7.2.0",
38
- "@lvce-editor/eslint-plugin-rpc": "7.2.0"
33
+ "eslint-plugin-yml": "3.3.0",
34
+ "typescript-eslint": "8.56.1",
35
+ "@lvce-editor/eslint-plugin-tsconfig": "7.4.0",
36
+ "@lvce-editor/eslint-plugin-github-actions": "7.4.0",
37
+ "@lvce-editor/eslint-plugin-regex": "7.4.0",
38
+ "@lvce-editor/eslint-plugin-rpc": "7.4.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "eslint": "^9"