mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Refactor various code to do shallow/constrained search instead of deep search for better performance, make cache key for filterByTypesCached unique.
This commit is contained in:
parent
2fa7730a6b
commit
d22c1f19ef
12 changed files with 171 additions and 220 deletions
|
@ -67,6 +67,7 @@ export default [
|
|||
"no-param-reassign": "off",
|
||||
"no-plusplus": "off",
|
||||
"no-ternary": "off",
|
||||
"no-undef-init": "off",
|
||||
"no-undefined": "off",
|
||||
"no-useless-assignment": "off",
|
||||
"object-shorthand": "off",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue