Skip to content

Commit c99f654

Browse files
committed
- using eslint formatter (prettier plugin) instead of prettier
1 parent 24d4da6 commit c99f654

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"path-autocomplete.pathMappings": {
66
"@": "${workspace}/src"
77
},
8-
"editor.formatOnSave": true,
9-
"editor.defaultFormatter": "esbenp.prettier-vscode"
8+
"editor.codeActionsOnSave": {
9+
"source.fixAll.eslint": true
10+
},
11+
"eslint.validate": ["javascript", "typescript"]
1012
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-react-typescript-starter",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "",
55
"author": "Benjamin Brachmann",
66
"license": "MIT",

0 commit comments

Comments
 (0)