mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Use prettier for blade templates
This commit is contained in:
+13
-3
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5"
|
||||
"trailingComma": "all",
|
||||
"plugins": [
|
||||
"./node_modules/prettier-plugin-blade",
|
||||
"./node_modules/prettier-plugin-tailwindcss"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.blade.php",
|
||||
"options": {
|
||||
"parser": "blade"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user