mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 23:26:16 +08:00
Remove duplicate prettier option (#324)
This commit is contained in:

committed by
acywatson

parent
416aa3a39a
commit
31177b30b0
@ -4,7 +4,6 @@ module.exports = {
|
||||
bracketSpacing: false,
|
||||
singleQuote: true,
|
||||
jsxBracketSameLine: true,
|
||||
trailingComma: 'es5',
|
||||
printWidth: 80,
|
||||
parser: 'babel',
|
||||
trailingComma: 'all',
|
||||
|
Reference in New Issue
Block a user