Thanks to visit codestin.com Credit goes to github.com
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 f402d20 commit 8e3d479Copy full SHA for 8e3d479
Week1/README.md
@@ -46,7 +46,7 @@ In week one we will discuss the following topics:
46
"files.autoSave": "onFocusChange",
47
"prettier.printWidth": 100,
48
"prettier.singleQuote": true,
49
- "prettier.trailingComma": "es5"
+ "prettier.trailingComma": "all"
50
}
51
```
52
prettier.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
printWidth: 100,
3
singleQuote: true,
4
- trailingComma: 'es5',
+ trailingComma: 'all',
5
bracketSpacing: true,
6
jsxBracketSameLine: false,
7
tabWidth: 2,
0 commit comments