@lvce-editor/eslint-config 12.0.0 → 12.1.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 -0
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -418,6 +418,7 @@ const defaultConfig = tseslint.config(
418
418
  'unicorn/switch-case-braces': 'off',
419
419
  'unicorn/prefer-add-event-listener': 'off',
420
420
  'unicorn/prefer-set-has': 'off',
421
+ 'unicorn/consistent-compound-words': 'off',
421
422
  'unicorn/prefer-node-protocol': 'off',
422
423
  'unicorn/prefer-ternary': 'off',
423
424
  'unicorn/new-for-builtins': 'off',
@@ -430,6 +431,7 @@ const defaultConfig = tseslint.config(
430
431
  'unicorn/prefer-string-raw': 'off',
431
432
  'unicorn/prefer-single-call': 'off',
432
433
  'unicorn/no-nested-ternary': 'off',
434
+ 'unicorn/prefer-short-arrow-method': 'off',
433
435
  },
434
436
  },
435
437
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "12.0.0",
3
+ "version": "12.1.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -33,12 +33,12 @@
33
33
  "eslint-plugin-unicorn": "66.0.0",
34
34
  "eslint-plugin-yml": "3.4.0",
35
35
  "typescript-eslint": "8.61.1",
36
- "@lvce-editor/eslint-plugin-tsconfig": "12.0.0",
37
- "@lvce-editor/eslint-plugin-github-actions": "12.0.0",
38
- "@lvce-editor/eslint-plugin-nvmrc": "12.0.0",
39
- "@lvce-editor/eslint-plugin-regex": "12.0.0",
40
- "@lvce-editor/eslint-plugin-e2e": "12.0.0",
41
- "@lvce-editor/eslint-plugin-rpc": "12.0.0"
36
+ "@lvce-editor/eslint-plugin-tsconfig": "12.1.0",
37
+ "@lvce-editor/eslint-plugin-github-actions": "12.1.0",
38
+ "@lvce-editor/eslint-plugin-nvmrc": "12.1.0",
39
+ "@lvce-editor/eslint-plugin-regex": "12.1.0",
40
+ "@lvce-editor/eslint-plugin-e2e": "12.1.0",
41
+ "@lvce-editor/eslint-plugin-rpc": "12.1.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "eslint": "^10"