Update prettier config option name (#1722)

This commit is contained in:
Maksim Horbachevsky
2022-04-14 09:31:59 -04:00
committed by GitHub
parent ab0168d605
commit 717c2d26fe
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
module.exports = {
bracketSpacing: false,
singleQuote: true,
jsxBracketSameLine: true,
bracketSameLine: true,
printWidth: 80,
trailingComma: 'all',
htmlWhitespaceSensitivity: 'ignore',