@lvce-editor/eslint-config 6.1.0 → 6.3.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 +12 -0
  2. package/package.json +9 -9
package/index.js CHANGED
@@ -39,6 +39,7 @@ const defaultConfig = tseslint.config(
39
39
  'codellama',
40
40
  'commitish',
41
41
  'computedlanguage',
42
+ 'uncollapse',
42
43
  'confirmdelete',
43
44
  'confirmdelete',
44
45
  'ABNT',
@@ -154,6 +155,15 @@ const defaultConfig = tseslint.config(
154
155
  'Whenexpression',
155
156
  'workspaceunsupported',
156
157
  'workspaceuri',
158
+ 'Previou',
159
+ 'helo',
160
+ 'existings',
161
+ 'hellopasted',
162
+ 'oldreplacement',
163
+ 'tsjs',
164
+ 'Oneresult',
165
+ 'occurrance',
166
+ 'renable',
157
167
  'xclip',
158
168
  'Xsel',
159
169
  'αρχείο',
@@ -231,9 +241,11 @@ const defaultConfig = tseslint.config(
231
241
  { from: 'lib', name: 'FileSystemFileHandle' },
232
242
  { from: 'lib', name: 'FileSystemHandle' },
233
243
  { from: 'lib', name: 'MessagePort' },
244
+ { from: 'lib', name: 'Readable' },
234
245
  { from: 'lib', name: 'RegExp' },
235
246
  { from: 'lib', name: 'RequestInfo' },
236
247
  { from: 'lib', name: 'Response' },
248
+ { from: 'lib', name: 'Socket' },
237
249
  { from: 'lib', name: 'Uint32Array' },
238
250
  { from: 'lib', name: 'Uint8Array' },
239
251
  { from: 'lib', name: 'URL' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "6.1.0",
3
+ "version": "6.3.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -24,16 +24,16 @@
24
24
  "@eslint/js": "9.32.0",
25
25
  "@eslint/json": "1.0.1",
26
26
  "@eslint/markdown": "7.5.1",
27
- "eslint-plugin-jest": "29.14.0",
28
- "eslint-plugin-n": "17.23.2",
29
- "eslint-plugin-package-json": "0.88.2",
27
+ "eslint-plugin-jest": "29.15.0",
28
+ "eslint-plugin-n": "17.24.0",
29
+ "eslint-plugin-package-json": "0.88.3",
30
30
  "eslint-plugin-perfectionist": "5.5.0",
31
31
  "eslint-plugin-unicorn": "63.0.0",
32
- "eslint-plugin-yml": "3.1.2",
33
- "typescript-eslint": "8.55.0",
34
- "@lvce-editor/eslint-plugin-tsconfig": "6.1.0",
35
- "@lvce-editor/eslint-plugin-github-actions": "6.1.0",
36
- "@lvce-editor/eslint-plugin-regex": "6.1.0"
32
+ "eslint-plugin-yml": "3.2.0",
33
+ "typescript-eslint": "8.56.0",
34
+ "@lvce-editor/eslint-plugin-tsconfig": "6.3.0",
35
+ "@lvce-editor/eslint-plugin-github-actions": "6.3.0",
36
+ "@lvce-editor/eslint-plugin-regex": "6.3.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "eslint": "^9"