File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2222 "plugin:@typescript-eslint/recommended"
2323 ]
2424 }
25- ]
25+ ],
26+ rules: {
27+ '@typescript-eslint/ban-ts-comment': [
28+ 'error',
29+ {'ts-ignore': 'allow-with-description'},
30+ ],
31+ }
2632}
Original file line number Diff line number Diff line change 11# markdown-it-external-link changelog
22
3+ ## 1.0.2 - Aug 25, 2023
4+
5+ ### Bug
6+
7+ - Resolve Protocol relative URL issue
8+
39## 1.0.0 - Aug 24, 2023
410
511- Initial Release
Original file line number Diff line number Diff line change 11{
22 "name" : " markdown-it-external-link" ,
33 "description" : " markdown-it plugin that adds `target` and `rel` attributes on external links." ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "main" : " index.js" ,
66 "types" : " types/index.d.ts" ,
77 "files" : [
3636 "homepage" : " https://github.com/trunkcode/markdown-it-external-link#readme" ,
3737 "runkitExampleFilename" : " runkitExample.js" ,
3838 "dependencies" : {
39- "detect-external-link" : " 1.0.1 "
39+ "detect-external-link" : " 1.0.2 "
4040 },
4141 "devDependencies" : {
4242 "@types/node" : " 20.5.4" ,
You can’t perform that action at this time.
0 commit comments