We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997121e commit 62572b3Copy full SHA for 62572b3
.vscode/extensions.json
@@ -0,0 +1,9 @@
1
+{
2
+ // VS Code will prompt the user to install these extensions when they open the workspace
3
+ "recommendations": [
4
+ "esbenp.prettier-vscode",
5
+ "dbaeumer.vscode-eslint",
6
+ "bradlc.vscode-tailwindcss"
7
+ ],
8
+ "unwantedRecommendations": []
9
+}
.vscode/settings.json
@@ -0,0 +1,13 @@
+ // Editor formatting and preferences
+ "editor.formatOnSave": true,
+ "files.eol": "\n",
+ "editor.tabSize": 2,
+ "prettier.requireConfig": true,
+ "eslint.validate": [
+ "javascript",
+ "typescript",
10
+ "javascriptreact",
11
+ "typescriptreact"
12
+ ]
13
0 commit comments