mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 15:18:47 +08:00
Html formatter (#1553)
* Add attributes formatter (Firefox and Chrome output different order) * Add html formatter to trigger pritter in VC / precommit hook * Add html format trigger to tests
This commit is contained in:

committed by
acywatson

parent
3b13497b8a
commit
dbae9f8014
@ -6,4 +6,6 @@ module.exports = {
|
||||
jsxBracketSameLine: true,
|
||||
printWidth: 80,
|
||||
trailingComma: 'all',
|
||||
htmlWhitespaceSensitivity: 'ignore',
|
||||
attributeGroups: ['$DEFAULT', '^data-'],
|
||||
};
|
||||
|
Reference in New Issue
Block a user