Skip to content

Commit d1025a4

Browse files
committed
Update type hints with docstrings and more API coverage.
1 parent bad8da7 commit d1025a4

File tree

3 files changed

+3729
-876
lines changed

3 files changed

+3729
-876
lines changed

.prettierrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"tabWidth": 2,
1616
"trailingComma": "all",
1717
"useTabs": false,
18-
"vueIndentScriptAndStyle": false
18+
"vueIndentScriptAndStyle": false,
19+
"plugins": [
20+
"prettier-plugin-jsdoc"
21+
]
1922
}

0 commit comments

Comments
 (0)