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 2946d5a commit c58c706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
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 c58c706

Please sign in to comment.