diff --git a/.prettierrc.json b/.prettierrc.json index 48a232a..01f15be 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,8 +4,12 @@ { "files": ["*.html", "*.css"], "options": { - "printWidth": 999999 + "printWidth": 9999 } + }, + { + "files": ["*.js", "*.jsx", "*.vue"], + "options": { "singleAttributePerLine": true } } ] }