Skip to content

Commit 09e5d23

Browse files
committed
style(markdown): address lint issues
1 parent 07e4cef commit 09e5d23

21 files changed

+4859
-4658
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,9 @@ dist/
157157

158158
/out/
159159
lib/variable/helpers/evaluate-quantity.js
160+
161+
.vscode/*
162+
!.vscode/settings.json
163+
!.vscode/tasks.json
164+
!.vscode/launch.json
165+
!.vscode/extensions.json

.vscode/settings.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"remark.format": {
3+
"plugins": [],
4+
"rules": {
5+
"commonmark": true,
6+
"listItemIndent ": "tab"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)