File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -169,15 +169,13 @@ Format code with [Prettier](https://github.com/prettier/prettier).
169
169
- [ semi] ( https://prettier.io/docs/en/options.html#semicolons ) : based on [ semicolon] ( #semicolon ) option
170
170
- [ useTabs] ( https://prettier.io/docs/en/options.html#tabs ) : based on [ space] ( #space ) option
171
171
- [ 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 `
173
172
- [ singleQuote] ( https://prettier.io/docs/en/options.html#quotes ) : ` true `
174
173
- [ bracketSpacing] ( https://prettier.io/docs/en/options.html#bracket-spacing ) : ` false `
175
174
176
175
To stick with Prettier's defaults, add this to your Prettier config:
177
176
178
177
``` js
179
178
export default {
180
- trailingComma: ' es5' ,
181
179
singleQuote: false ,
182
180
bracketSpacing: true ,
183
181
};
You can’t perform that action at this time.
0 commit comments