Skip to content

Commit 7154305

Browse files
authored
Merge pull request #37 from jbaiter/add-types
Add TypeScript type definitions
2 parents 54dc60c + 375bdba commit 7154305

File tree

3 files changed

+8058
-2
lines changed

3 files changed

+8058
-2
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)