David Anson
|
8da43dd246
|
Update to use named exports via / /async /promise /sync, simplify references via self-referencing, refine examples.
|
2024-12-03 19:58:47 -08:00 |
|
David Anson
|
1e71f6f44e
|
Convert markdownlint library to an ECMAScript module, replace markdownlint-micromark with micromark, stop publishing (large) markdownlint-browser.js, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for guidance.
|
2024-11-29 18:29:21 -08:00 |
|
David Anson
|
d22c1f19ef
|
Refactor various code to do shallow/constrained search instead of deep search for better performance, make cache key for filterByTypesCached unique.
|
2024-10-09 22:42:36 -07:00 |
|
David Anson
|
e0219411c6
|
Refactor RegExps to avoid the possibility of polynomial backtracking (fixes #657).
|
2024-10-05 18:07:45 -07:00 |
|
David Anson
|
164bbac651
|
Add @stylistic/eslint-plugin to ESLint configuration.
|
2024-09-01 16:16:05 -07:00 |
|
David Anson
|
815ac10d12
|
Opt out of new ESLint rule unicorn/prefer-string-raw.
|
2024-05-13 23:11:00 -07:00 |
|
David Anson
|
c58c706f52
|
Disable ESLint rule n/no-unsupported-features/node-builtins for browser demo script.
|
2024-05-08 22:18:06 -07:00 |
|
David Anson
|
c6716f9bac
|
Update to ESLint 9's "flat" configuration file format.
|
2024-04-20 21:29:23 -07:00 |
|