Skip to content

Commit

Permalink
Disable ESLint rule n/no-unsupported-features/node-builtins for brows…
Browse files Browse the repository at this point in the history
…er demo script.
  • Loading branch information
DavidAnson committed May 9, 2024
1 parent efbc6df commit 9e7be06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export default [
},
"rules": {
"jsdoc/require-jsdoc": "off",
"n/no-unsupported-features/node-builtins": "off",
"no-invalid-this": "off",
"no-shadow": "off",
"no-var": "off",
Expand Down

0 comments on commit 9e7be06

Please sign in to comment.