mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-09 01:42:35 +00:00
add more lint (#378)
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "prettier --check ./resources/views",
|
||||
"lint:fix": "prettier --write ./resources/views"
|
||||
"lint": "prettier --check .",
|
||||
"lint:fix": "prettier --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
@ -22,6 +22,7 @@
|
||||
"postcss-nesting": "^13.0.0",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-blade": "^2.1.6",
|
||||
"prettier-plugin-sh": "^0.14.0",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||
"tailwindcss": "^3.4.10",
|
||||
"tippy.js": "^6.3.7",
|
||||
|
Reference in New Issue
Block a user