1{ 2 "parser": "babel", 3 "printWidth": 100, 4 "trailingComma": "all", 5 "overrides": [{ 6 "files": ".html", 7 "options": { 8 "parser": "html" 9 } 10 }] 11}