Update treefmt configuration

This commit is contained in:
Gabriel Arazas 2023-03-06 23:55:12 +08:00
parent 750d9ba3c7
commit 6baf22630e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -12,12 +12,9 @@ command = "prettier"
options = ["--write"] options = ["--write"]
includes = [ includes = [
"*.css", "*.css",
"*.html",
"*.js", "*.js",
"*.json", "*.json",
"*.jsx", "*.jsx",
"*.md",
"*.mdx",
"*.scss", "*.scss",
"*.ts", "*.ts",
"*.yaml", "*.yaml",