We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75689d5 commit 23b1d1dCopy full SHA for 23b1d1d
3 files changed
movies/vanilla/.prettierrc
@@ -0,0 +1,6 @@
1
+{
2
+ "parser": "typescript",
3
+ "semi": true,
4
+ "singleQuote": true,
5
+ "trailingComma": "all"
6
+}
movies/vanilla/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-data-module-movies",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Solid Data Module for tracking movies",
"type": "module",
"engines": {
tasks/vanilla/.prettierrc
0 commit comments