Skip to content

Commit 6a5573a

Browse files
committed
chore: match lint config file with bcrypto
Signed-off-by: Maharshi Basu <basumaharshi10@gmail.com>
1 parent f26b97c commit 6a5573a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.eslintrc.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
{
22
"env": {
3-
"es6": true,
3+
"es2024": true,
44
"node": true
55
},
66
"extends": "eslint:recommended",
7-
"globals": {
8-
"Atomics": "readable",
9-
"BigInt": "readable",
10-
"BigInt64Array": "readable",
11-
"BigUint64Array": "readable",
12-
"queueMicrotask": "readable",
13-
"SharedArrayBuffer": "readable",
14-
"TextEncoder": "readable",
15-
"TextDecoder": "readable"
16-
},
177
"overrides": [
188
{
199
"files": ["*.mjs"],

0 commit comments

Comments
 (0)