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:
Maksim Horbachevsky
2022-03-25 08:48:34 -04:00
committed by acywatson
parent 3b13497b8a
commit dbae9f8014
36 changed files with 5826 additions and 362 deletions

View File

@ -6,4 +6,6 @@ module.exports = {
jsxBracketSameLine: true,
printWidth: 80,
trailingComma: 'all',
htmlWhitespaceSensitivity: 'ignore',
attributeGroups: ['$DEFAULT', '^data-'],
};