We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d4da6 commit c99f654Copy full SHA for c99f654
3 files changed
.prettierrc
.vscode/settings.json
@@ -5,6 +5,8 @@
5
"path-autocomplete.pathMappings": {
6
"@": "${workspace}/src"
7
},
8
- "editor.formatOnSave": true,
9
- "editor.defaultFormatter": "esbenp.prettier-vscode"
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": true
10
+ },
11
+ "eslint.validate": ["javascript", "typescript"]
12
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docker-react-typescript-starter",
3
- "version": "2.2.1",
+ "version": "2.2.2",
4
"description": "",
"author": "Benjamin Brachmann",
"license": "MIT",
0 commit comments