2018-07-23 20:55:16 +02:00
|
|
|
{
|
2020-01-27 18:26:12 +01:00
|
|
|
"parser": "babel",
|
2018-07-23 20:55:16 +02:00
|
|
|
"printWidth": 100,
|
2020-07-27 00:40:08 +02:00
|
|
|
"trailingComma": "all",
|
|
|
|
"overrides": [{
|
|
|
|
"files": ".html",
|
|
|
|
"options": {
|
|
|
|
"parser": "html"
|
|
|
|
}
|
|
|
|
}]
|
2018-07-23 20:55:16 +02:00
|
|
|
}
|