Skip to content

Commit

Permalink
pkg: update .eslintrc.json for latest bslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Nov 30, 2023
1 parent 3c10e97 commit 4c6803a
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 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 Expand Up @@ -43,9 +33,8 @@
}
}
],
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 10,
"ecmaVersion": "latest",
"ecmaFeatures": {
"globalReturn": true
},
Expand Down

0 comments on commit 4c6803a

Please sign in to comment.