forked from enviPath/enviPy
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"plugins": ["prettier-plugin-jinja-template"],
|
|
"overrides": [
|
|
{
|
|
"files": "templates/**/*.html",
|
|
"options": {
|
|
"parser": "jinja-template"
|
|
}
|
|
}
|
|
]
|
|
}
|