Skip to content

Commit

Permalink
fix: fixed eslintrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jan 25, 2023
1 parent 82f7498 commit 53d2d8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .dist.eslintrc
Expand Up @@ -8,14 +8,7 @@
},
"plugins": ["compat"],
"rules": {
"node/no-unsupported-features/es-builtins": ["error", {
"version": ">=8.0.0",
"ignores": [
"Atomics",
"BigInt",
"SharedArrayBuffer"
]
}],
"node/no-unsupported-features/es-builtins": "off",
"compat/compat": "error",
"no-console": "off",
"no-empty": "off",
Expand Down
5 changes: 5 additions & 0 deletions .lib.eslintrc
Expand Up @@ -4,6 +4,11 @@
"browser": true
},
"rules": {
"node/no-unsupported-features/es-builtins": ["error", {
"version": ">=6.4.0",
"ignores": [
]
}],
"node/no-deprecated-api": "off",
"no-console": "off",
"no-unused-vars": "off",
Expand Down

0 comments on commit 53d2d8a

Please sign in to comment.