@lvce-editor/eslint-config 1.66.0 → 1.67.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -104,6 +104,9 @@ const defaultConfig = tseslint.config(
104
104
  { from: 'lib', name: 'Response' },
105
105
  { from: 'lib', name: 'Error' },
106
106
  { from: 'lib', name: 'File' },
107
+ { from: 'lib', name: 'FileSystemDirectoryHandle' },
108
+ { from: 'lib', name: 'FileSystemHandle' },
109
+ { from: 'lib', name: 'FileSystemFileHandle' },
107
110
  { from: 'package', name: 'MessagePortMain', package: 'electron' },
108
111
  { from: 'package', name: 'Socket', package: 'node:net' },
109
112
  { from: 'package', name: 'Dirent', package: 'node:fs' },
@@ -157,6 +160,7 @@ const defaultConfig = tseslint.config(
157
160
  message: 'Dont use Promise resolve.',
158
161
  },
159
162
  ],
163
+ '@typescript-eslint/unbound-method': 'off',
160
164
  },
161
165
  },
162
166
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/eslint-config",
3
- "version": "1.66.0",
3
+ "version": "1.67.0",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",