duster
This commit is contained in:
parent
8069d5b81d
commit
ea21a659d4
@ -39,7 +39,8 @@
|
||||
"nunomaduro/collision": "^8.1",
|
||||
"pestphp/pest": "^3.7",
|
||||
"pestphp/pest-plugin-laravel": "^3.0",
|
||||
"pixinvent/materialize-laravel-bootstrap-jetstream": "^2.0"
|
||||
"pixinvent/materialize-laravel-bootstrap-jetstream": "^2.0",
|
||||
"tightenco/duster": "^3.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "Materialize",
|
||||
"version": "2.0.1",
|
||||
"name": "radsparc",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"license": "Commercial",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
"build": "vite build",
|
||||
"lint": "npx prettier --write resources/ && ./vendor/bin/duster fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.7",
|
||||
|
6
tlint.json
Normal file
6
tlint.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"disabled": [
|
||||
"QualifiedNamesOnlyForClassName",
|
||||
"RemoveLeadingSlashNamespaces"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user