Remove duplicate prettier option (#324)

This commit is contained in:
Denys Mikhalenko
2021-05-16 01:11:57 -07:00
committed by acywatson
parent 416aa3a39a
commit 31177b30b0

View File

@ -4,7 +4,6 @@ module.exports = {
bracketSpacing: false,
singleQuote: true,
jsxBracketSameLine: true,
trailingComma: 'es5',
printWidth: 80,
parser: 'babel',
trailingComma: 'all',