File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,15 +169,13 @@ Format code with [Prettier](https://github.com/prettier/prettier).
169169- [ semi] ( https://prettier.io/docs/en/options.html#semicolons ) : based on [ semicolon] ( #semicolon ) option
170170- [ useTabs] ( https://prettier.io/docs/en/options.html#tabs ) : based on [ space] ( #space ) option
171171- [ tabWidth] ( https://prettier.io/docs/en/options.html#tab-width ) : based on [ space] ( #space ) option
172- - [ trailingComma] ( https://prettier.io/docs/en/options.html#trailing-commas ) : ` all `
173172- [ singleQuote] ( https://prettier.io/docs/en/options.html#quotes ) : ` true `
174173- [ bracketSpacing] ( https://prettier.io/docs/en/options.html#bracket-spacing ) : ` false `
175174
176175To stick with Prettier's defaults, add this to your Prettier config:
177176
178177``` js
179178export default {
180- trailingComma: ' es5' ,
181179 singleQuote: false ,
182180 bracketSpacing: true ,
183181};
You can’t perform that action at this time.
0 commit comments