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