| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0ae2b0e commit 48fa1e5
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,6 +35,9 @@ Module._findPath = (request, paths, isMain) => { | |||
| 35 | 35 | ||
| 36 | 36 | module.exports = { | |
| 37 | 37 | root: true, | |
| 38 | + env: { | ||
| 39 | + es2022: true, | ||
| 40 | + }, | ||
| 38 | 41 | extends: ['eslint:recommended', 'plugin:jsdoc/recommended'], | |
| 39 | 42 | plugins: ['jsdoc', 'markdown', 'node-core'], | |
| 40 | 43 | parser: '@babel/eslint-parser', | |
@@ -314,13 +317,10 @@ module.exports = { | |||
| 314 | 317 | 'node-core/no-duplicate-requires': 'error', | |
| 315 | 318 | }, | |
| 316 | 319 | globals: { | |
| 317 | - Atomics: 'readable', | ||
| 318 | - BigInt: 'readable', | ||
| 319 | 320 | Crypto: 'readable', | |
| 320 | 321 | CryptoKey: 'readable', | |
| 321 | 322 | fetch: 'readable', | |
| 322 | 323 | FormData: 'readable', | |
| 323 | - globalThis: 'readable', | ||
| 324 | 324 | Response: 'readable', | |
| 325 | 325 | SubtleCrypto: 'readable', | |
| 326 | 326 | }, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,8 +67,3 @@ rules: | |||
| 67 | 67 | # Global scoped methods and vars | |
| 68 | 68 | globals: | |
| 69 | 69 | WebAssembly: false | |
| 70 | - BigInt: false | ||
| 71 | - BigInt64Array: false | ||
| 72 | - BigUint64Array: false | ||
| 73 | - SharedArrayBuffer: false | ||
| 74 | - globalThis: false | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments