mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Disable ESLint rule n/no-unsupported-features/node-builtins for browser demo script.
This commit is contained in:
parent
2946d5af09
commit
c58c706f52
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue