Skip to content

Commit

Permalink
chore: match lint config file with bcrypto
Browse files Browse the repository at this point in the history
Signed-off-by: Maharshi Basu <[email protected]>
  • Loading branch information
MashyBasker committed Feb 12, 2024
1 parent f26b97c commit 6a5573a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
"env": {
"es6": true,
"es2024": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readable",
"BigInt": "readable",
"BigInt64Array": "readable",
"BigUint64Array": "readable",
"queueMicrotask": "readable",
"SharedArrayBuffer": "readable",
"TextEncoder": "readable",
"TextDecoder": "readable"
},
"overrides": [
{
"files": ["*.mjs"],
Expand Down

0 comments on commit 6a5573a

Please sign in to comment.