@lvce-editor/eslint-config 2.3.0 → 2.5.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 +4 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -7,7 +7,8 @@ import perfectionist from 'eslint-plugin-perfectionist'
7
7
  import eslintPluginUnicorn from 'eslint-plugin-unicorn'
8
8
  import eslintPluginYml from 'eslint-plugin-yml'
9
9
  import tseslint from 'typescript-eslint'
10
- import * as tsconfigPlugin from '@lvce-editor/eslint-plugin-tsconfig'
10
+ import * as tsconfigPlugin from '@lvce-editor/eslint-plugin-tsconfig',
11
+ import * as actionsPlugin from '@lvce-editor/eslint-plugin-github-actions'
11
12
 
12
13
  const root = process.cwd()
13
14
 
@@ -214,4 +215,6 @@ export const recommendedNode = [
214
215
 
215
216
  export const recommendedTsconfig = [...tsconfigPlugin.default]
216
217
 
218
+ export const recommendedActions = [...actionsPlugin.default]
219
+
217
220
  export default defaultConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "2.3.0",
3
+ "version": "2.5.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -30,8 +30,8 @@
30
30
  "eslint-plugin-unicorn": "62.0.0",
31
31
  "eslint-plugin-yml": "1.19.0",
32
32
  "typescript-eslint": "8.46.3",
33
- "@lvce-editor/eslint-plugin-tsconfig": "2.3.0",
34
- "@lvce-editor/eslint-plugin-github-actions": "2.3.0"
33
+ "@lvce-editor/eslint-plugin-tsconfig": "2.5.0",
34
+ "@lvce-editor/eslint-plugin-github-actions": "2.5.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "eslint": ">= 9"