File tree Expand file tree Collapse file tree 4 files changed +1558
-312
lines changed Expand file tree Collapse file tree 4 files changed +1558
-312
lines changed Original file line number Diff line number Diff line change 55 "tabWidth": 4,
66 "tailwindConfig": "./tailwind.config.js",
77 "trailingComma": "all",
8- "plugins": [
9- "prettier-plugin-blade",
10- "prettier-plugin-tailwindcss"
11- ],
12- "overrides": [
13- {
14- "files": [
15- "*.blade.php"
16- ],
17- "options": {
18- "parser": "blade"
19- }
20- }
21- ]
8+ "plugins": ["prettier-plugin-tailwindcss"]
229}
Original file line number Diff line number Diff line change 3131 "laravel/tinker" : " ^2.8.1" ,
3232 "laravelcm/laravel-subscriptions" : " ^1.0" ,
3333 "livewire/livewire" : " ^3.0" ,
34- "lorisleiva/laravel-actions" : " ^2.6" ,
3534 "mckenziearts/blade-untitledui-icons" : " ^1.3" ,
3635 "notchpay/notchpay-php" : " ^1.3" ,
3736 "qcod/laravel-gamify" : " 1.0.7" ,
7271 ],
7372 "psr-4" : {
7473 "App\\ " : " app/" ,
75- "Domain\\ " : " src/Domain/" ,
76- "Infrastructure\\ " : " src/Infrastructure/" ,
7774 "Database\\ Factories\\ " : " database/factories/" ,
7875 "Database\\ Seeders\\ " : " database/seeders/"
7976 }
You can’t perform that action at this time.
0 commit comments