File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22
22
"plugin:@typescript-eslint/recommended"
23
23
]
24
24
}
25
- ]
25
+ ],
26
+ rules: {
27
+ '@typescript-eslint/ban-ts-comment': [
28
+ 'error',
29
+ {'ts-ignore': 'allow-with-description'},
30
+ ],
31
+ }
26
32
}
Original file line number Diff line number Diff line change 1
1
# markdown-it-external-link changelog
2
2
3
+ ## 1.0.2 - Aug 25, 2023
4
+
5
+ ### Bug
6
+
7
+ - Resolve Protocol relative URL issue
8
+
3
9
## 1.0.0 - Aug 24, 2023
4
10
5
11
- Initial Release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " markdown-it-external-link" ,
3
3
"description" : " markdown-it plugin that adds `target` and `rel` attributes on external links." ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"main" : " index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
7
"files" : [
36
36
"homepage" : " https://github.com/trunkcode/markdown-it-external-link#readme" ,
37
37
"runkitExampleFilename" : " runkitExample.js" ,
38
38
"dependencies" : {
39
- "detect-external-link" : " 1.0.1 "
39
+ "detect-external-link" : " 1.0.2 "
40
40
},
41
41
"devDependencies" : {
42
42
"@types/node" : " 20.5.4" ,
You can’t perform that action at this time.
0 commit comments