@lvce-editor/eslint-config 5.10.0 → 5.12.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 +15 -0
  2. package/package.json +6 -6
package/index.js CHANGED
@@ -30,6 +30,7 @@ const defaultConfig = tseslint.config(
30
30
  cspell: {
31
31
  words: [
32
32
  'Activedescendant',
33
+ 'ignoreawait',
33
34
  'appname',
34
35
  'asar',
35
36
  'Backquote',
@@ -39,6 +40,7 @@ const defaultConfig = tseslint.config(
39
40
  'computedlanguage',
40
41
  'confirmdelete',
41
42
  'confirmdelete',
43
+ 'ABNT',
42
44
  'confirmpaste',
43
45
  'confirmpaste',
44
46
  'Consolas',
@@ -110,6 +112,7 @@ const defaultConfig = tseslint.config(
110
112
  'setsize',
111
113
  'sideeffects',
112
114
  'softprops',
115
+ 'unhandle',
113
116
  'sortsize',
114
117
  'tàste',
115
118
  'testfolder',
@@ -117,7 +120,19 @@ const defaultConfig = tseslint.config(
117
120
  'Timersunknown',
118
121
  'togglefullscreen',
119
122
  'typesafe',
123
+ 'autocannon',
120
124
  'Uids',
125
+ 'IFJFQURNRQ',
126
+ 'whsec',
127
+ 'newpassword',
128
+ 'newuser',
129
+ 'newuser',
130
+ 'cookiepassword',
131
+ 'cookieuser',
132
+ 'defaultname',
133
+ 'defaultname',
134
+ 'defaultname',
135
+ 'nopassword',
121
136
  'undostack',
122
137
  'unmaximize',
123
138
  'resourceurls',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "5.10.0",
3
+ "version": "5.12.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -22,17 +22,17 @@
22
22
  "@cspell/eslint-plugin": "9.6.4",
23
23
  "@eslint/css": "0.14.1",
24
24
  "@eslint/js": "9.32.0",
25
- "@eslint/json": "1.0.0",
25
+ "@eslint/json": "1.0.1",
26
26
  "@eslint/markdown": "7.5.1",
27
27
  "eslint-plugin-jest": "29.13.0",
28
28
  "eslint-plugin-n": "17.23.2",
29
29
  "eslint-plugin-package-json": "0.88.2",
30
30
  "eslint-plugin-perfectionist": "5.5.0",
31
- "eslint-plugin-unicorn": "62.0.0",
31
+ "eslint-plugin-unicorn": "63.0.0",
32
32
  "eslint-plugin-yml": "3.1.2",
33
- "typescript-eslint": "8.54.0",
34
- "@lvce-editor/eslint-plugin-tsconfig": "5.10.0",
35
- "@lvce-editor/eslint-plugin-github-actions": "5.10.0"
33
+ "typescript-eslint": "8.55.0",
34
+ "@lvce-editor/eslint-plugin-tsconfig": "5.12.0",
35
+ "@lvce-editor/eslint-plugin-github-actions": "5.12.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "eslint": "^9"