mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Use prettier for blade templates
This commit is contained in:
+13
-3
@@ -1,6 +1,16 @@
|
|||||||
{
|
{
|
||||||
"printWidth": 100,
|
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 4,
|
"trailingComma": "all",
|
||||||
"trailingComma": "es5"
|
"plugins": [
|
||||||
|
"./node_modules/prettier-plugin-blade",
|
||||||
|
"./node_modules/prettier-plugin-tailwindcss"
|
||||||
|
],
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": "*.blade.php",
|
||||||
|
"options": {
|
||||||
|
"parser": "blade"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-1
@@ -13,7 +13,9 @@
|
|||||||
"axios": "^1.13.5",
|
"axios": "^1.13.5",
|
||||||
"lodash": "^4.17.23",
|
"lodash": "^4.17.23",
|
||||||
"npm-check-updates": "^19.6.2",
|
"npm-check-updates": "^19.6.2",
|
||||||
"prettier": "^3.8.1",
|
"prettier": "3.8.1",
|
||||||
|
"prettier-plugin-blade": "2.1.21",
|
||||||
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||||
"tailwindcss": "^4.2.1",
|
"tailwindcss": "^4.2.1",
|
||||||
"vite": "^7.3",
|
"vite": "^7.3",
|
||||||
"vue": "^3.5.29"
|
"vue": "^3.5.29"
|
||||||
|
|||||||
Reference in New Issue
Block a user