File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 6
6
"warn",
7
7
{
8
8
"arrowParens": "avoid",
9
- "semi": false,
10
- "trailingComma": "none",
9
+ "trailingComma": "all",
11
10
"endOfLine": "lf",
12
11
"tabWidth": 2,
13
12
"printWidth": 80,
Original file line number Diff line number Diff line change
1
+ {
2
+ "arrowParens": "avoid",
3
+ "semi": true,
4
+ "trailingComma": "all",
5
+ "endOfLine": "lf",
6
+ "tabWidth": 2,
7
+ "printWidth": 80,
8
+ "useTabs": false,
9
+ "singleQuote": true
10
+ }
Original file line number Diff line number Diff line change 1
-
2
1
{
3
2
"editor.defaultFormatter" : " esbenp.prettier-vscode" ,
4
3
"editor.formatOnSave" : true ,
5
4
"editor.codeActionsOnSave" : {
6
5
"source.fixAll.eslint" : true
7
- }
8
- }
6
+ },
7
+ "prettier.singleQuote" : true ,
8
+ "prettier.jsxSingleQuote" : true
9
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " React-Folder-Structure " ,
2
+ "name" : " typescript-react-boilerplate " ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
58
58
" last 1 safari version"
59
59
]
60
60
}
61
- }
61
+ }
You can’t perform that action at this time.
0 commit comments