feat: configured prettier, pretty-quick and husky

This commit is contained in:
Florent Chehab
2020-05-07 21:43:13 +02:00
parent c67b369d83
commit a61debebb4
3 changed files with 13 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{*.js,*.css}]
[{*.js,*.css,*.html}]
indent_size = 4