David Anson
|
e79e8188a5
|
Update to version 0.24.0.
|
2021-08-22 22:35:50 -07:00 |
|
David Anson
|
e72b2ba985
|
Update MD011/no-reversed-links to remove RegExp negative lookbehind assertion which is not supported on Safari.
|
2021-08-22 22:26:12 -07:00 |
|
David Anson
|
a8228ecd80
|
Update dependencies: c8 to 7.8.0, eslint to 7.32.0, eslint-plugin-jsdoc to 36.0.7, eslint-plugin-unicorn to 35.0.0, globby to 11.0.4, markdown-it-texmath to 0.9.1, ts-loader to 9.2.5, typescript to 4.3.5, webpack to 5.51.1, webpack-cli to 4.8.0.
|
2021-08-22 18:03:26 -07:00 |
|
David Anson
|
227750e0ee
|
Update dependency: markdown-it to 12.2.0.
|
2021-08-22 17:41:04 -07:00 |
|
David Anson
|
c99ced2a7d
|
Update MD037/no-space-in-emphasis to ignore emphasis on code fences and not report violations for scenarios that span an empty code fence (fixes #381).
|
2021-08-22 15:28:28 -07:00 |
|
David Anson
|
709e314836
|
Update readConfig to use fs.access so the async path is fully async.
|
2021-08-12 20:43:18 -07:00 |
|
David Anson
|
211f09afbc
|
Allow custom file system implementation to be passed when linting or reading configuration.
|
2021-08-12 19:38:03 -07:00 |
|
David Anson
|
b10147f16b
|
Remove helpers.utf8Encoding because it annoys the latest TypeScript compiler.
|
2021-08-05 22:01:29 -07:00 |
|
David Anson
|
7d40926367
|
Cache results of inlineCodeSpanRanges for use by MD011/MD044.
|
2021-06-17 22:01:27 -07:00 |
|
David Anson
|
706f48bd25
|
Re-implement MD011/no-reversed-links for better accuracy (range and fixInfo are now always valid) (fixes #398).
|
2021-06-17 21:50:03 -07:00 |
|
David Anson
|
cebde8f9f6
|
Suppress unwanted no-console linting violation in test script, update browser script.
|
2021-06-13 16:45:38 -07:00 |
|
David Anson
|
72543a82e7
|
Update re-implementation of MD044/proper-names to exclude link destinations and references.
|
2021-06-13 13:07:03 -07:00 |
|
David Anson
|
4db40256d9
|
Re-implement MD044/proper-names for better accuracy (range and fixInfo are now always valid) (fixes #402, fixes #403).
|
2021-06-12 17:10:59 -07:00 |
|
David Anson
|
fb5f647368
|
Update dependencies: c8 to 7.7.2, eslint to 7.28.0, eslint-plugin-jsdoc to 35.1.3, eslint-plugin-unicorn to 33.0.1, globby to 11.0.3, js-yaml to 4.1.0, markdown-it-texmath to 0.9.0, markdownlint-rule-helpers to 0.14.0, ts-loader to 9.2.3, typescript to 4.3.2, webpack to 5.38.1, webpack-cli to 4.7.2.
|
2021-06-08 22:20:13 -07:00 |
|
David Anson
|
e441d247ee
|
Update dependencies: markdown-it to 12.0.6.
|
2021-06-08 22:02:02 -07:00 |
|
Jeremy Suriel
|
c6d95cb904
|
Update MD043 to fix required header checks in middle and last when using special char "*" (#396)
|
2021-05-20 12:45:27 -07:00 |
|
Yash Singh
|
47ff95e8d2
|
Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385)
|
2021-04-09 16:33:01 -07:00 |
|
David Anson
|
f87f9d0800
|
Update to version 0.23.1.
|
2021-02-11 22:35:16 -08:00 |
|
David Anson
|
a79e7843f2
|
Work around lack of webpack support for dynamic calls to require (.resolve).
|
2021-02-11 22:16:07 -08:00 |
|
David Anson
|
c1f0f26565
|
Update to version 0.23.0.
|
2021-02-06 20:07:48 -08:00 |
|
David Anson
|
c87d7f5b8c
|
Update dependencies: eslint-plugin-jsdoc to 31.6.0, eslint-plugin-unicorn to 27.0.0.
|
2021-02-06 19:55:22 -08:00 |
|
David Anson
|
ec907567e2
|
Update dependencies: c8 to 7.5.0, eslint to 7.19.0, globby to 11.0.2, js-yaml to 4.0.0, markdownlint-rule-helpers to 0.13.0, ts-loader to 8.0.15, typescript to 4.1.3, webpack to 5.21.1, webpack-cli to 4.5.0.
|
2021-02-06 19:23:55 -08:00 |
|
David Anson
|
7faa2c7607
|
Update dependencies: Remove @types/node.
|
2021-02-06 19:11:54 -08:00 |
|
David Anson
|
59ed334199
|
Update dependency: markdown-it to 12.0.4.
|
2021-02-06 16:12:40 -08:00 |
|
David Anson
|
a92da33235
|
Update MD004/ul-style to handle invalid "style" parameter values.
|
2021-02-06 16:09:16 -08:00 |
|
David Anson
|
ed325ebb56
|
Update MD004/ul-style to auto-fix violations (fixes #351).
|
2021-02-06 15:49:02 -08:00 |
|
David Anson
|
5aef3a4a51
|
Update MD018/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification (fixes #367).
|
2021-02-03 22:05:07 -08:00 |
|
David Anson
|
1d042aa3fd
|
Update MD041/first-line-heading to recognize HTML headings (fixes #366).
|
2021-01-31 15:51:57 -08:00 |
|
David Anson
|
c7d2416f95
|
Change comment replacement character from " " (with trailing "\") to "." to avoid creating indented code blocks.
|
2021-01-30 14:36:11 -08:00 |
|
David Anson
|
c4e236b858
|
Update clearHtmlCommentText helper to match CommonMark (instead of HTML) specification (refs #361).
|
2021-01-30 13:08:57 -08:00 |
|
David Anson
|
838afe0a00
|
Update clearHtmlCommentText helper to match HTML specification better; "--" within a comment does not make it invalid (fixes #361).
|
2021-01-28 21:45:53 -08:00 |
|
David Anson
|
df4aa9f4e8
|
Update MD037/no-space-in-emphasis to ignore content of math blocks when used with markdown-it-texmath (fixes #357).
|
2021-01-24 17:50:39 -08:00 |
|
David Anson
|
d6cd840e7d
|
Update MD037/no-space-in-emphasis to ignore violations in tables that include the table pipe character to avoid spanning cells.
|
2021-01-23 20:47:27 -08:00 |
|
David Anson
|
5b7e9b87be
|
Generate example JSONC configuration with all properties set to their default value.
|
2021-01-19 20:41:04 -08:00 |
|
David Anson
|
cc61de8f2b
|
Increase ava test timeout to 5 minutes for test-extra and lint-test-repos scripts.
|
2021-01-10 20:50:35 -08:00 |
|
David Anson
|
49945d6601
|
Convert from tape test harness to ava, address minor declaration file issue.
|
2021-01-10 20:46:00 -08:00 |
|
David Anson
|
64265056c6
|
Use npm-run-all package to run ci script in parallel (reduces run time from 25s to 10s on M1).
|
2021-01-07 23:32:58 -08:00 |
|
David Anson
|
d748be2c79
|
Add --no-stats to webpack command.
|
2021-01-07 23:23:02 -08:00 |
|
David Anson
|
9636827693
|
Sort npm scripts, add declaration script to combine build-declaration and test-declaration.
|
2021-01-07 23:18:24 -08:00 |
|
David Anson
|
01d216ff6a
|
Try adding @ts-ignore/etc. to resolve Windows/Node 14-only break when ci script invokes build-demo.
|
2021-01-06 20:28:24 -08:00 |
|
David Anson
|
d5b1122ef1
|
Restore build-demo script to ci script after conversion to webpack.
|
2021-01-06 19:48:52 -08:00 |
|
David Anson
|
5838b62e6d
|
Use ts-loader with webpack to avoid needing to compile lib-es3.
|
2021-01-06 19:45:15 -08:00 |
|
David Anson
|
369b0b5934
|
Replace browserify/uglify-js with webpack, shrink markdownlint-browser.js (fixes #362).
|
2021-01-05 20:55:09 -08:00 |
|
David Anson
|
5395b1aedc
|
Add build-declaration and build-demo scripts to ci script.
|
2021-01-02 23:18:00 -08:00 |
|
Yash Singh
|
2a198a5ee4
|
Fix grammar issues in Rules.md.
|
2020-12-30 16:42:34 -08:00 |
|
Nick Schonning
|
cce150d647
|
chore: Replace make-dir-cli with mkdir (#347)
There is a minor npm audit issue with the library.
Since there is no recursive creatation needed, regular
mkdir can be used.
|
2020-12-05 12:56:30 -08:00 |
|
David Anson
|
2a9274ece5
|
Update to version 0.22.0.
|
2020-11-24 16:49:12 -08:00 |
|
David Anson
|
0c68e855f7
|
Update generated files.
|
2020-11-24 16:37:11 -08:00 |
|
David Anson
|
532a2881f2
|
Update to version 0.21.1.
|
2020-10-20 20:16:49 -07:00 |
|
David Anson
|
59eaa869fc
|
Update to version 0.21.0.
|
2020-09-20 12:23:26 -07:00 |
|