Skip to content

Commit

Permalink
chore: add pint and lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sensasi-delight committed Jun 26, 2024
1 parent 34b86c7 commit ddbb0ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@
"illuminate/view": "^8|^9|^10|^11",
"php": "^8.1"
},
"scripts": {
"lint": "pint --test",
"lint:fix": "pint"
},
"extra": {
"laravel": {
"providers": [
"MaterialBlade\\ServiceProvider"
]
}
},
"require-dev": {
"laravel/pint": "^1.16"
}
}

0 comments on commit ddbb0ce

Please sign in to comment.