Skip to content

Commit

Permalink
feature(putout) *.md: disable declare-undefined-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 1, 2021
1 parent 36c97dc commit 6155a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/putout/putout.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"remove-unused-for-of-variables": "off",
"remove-constant-conditions": "off",
"remove-console": "off",
"remove-unreachable-code": "off"
"remove-unreachable-code": "off",
"declare-undefined-variables": "off"
},
"{*rc,*.{json,yml}}": {
"remove-useless-escape": "off",
Expand Down

0 comments on commit 6155a9b

Please sign in to comment.