We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f59f4 commit 9d3aae3Copy full SHA for 9d3aae3
.prettierrc
@@ -0,0 +1,4 @@
1
+{
2
+ "proseWrap": "never",
3
+ "trailingComma": "all"
4
+}
src/js/tsconfig.json
@@ -4,10 +4,10 @@
"module": "esnext",
5
"moduleResolution": "node",
6
"jsx": "react",
7
- "allowSyntheticDefaultImports": true,
+ "allowSyntheticDefaultImports": true
8
},
9
"paths": {
10
"react": ["./node_modules/preact/compat/"],
11
- "react-dom": ["./node_modules/preact/compat/"],
12
- },
+ "react-dom": ["./node_modules/preact/compat/"]
+ }
13
}
0 commit comments