igorsgm / laravel-git-hooks

🪝 • Efficiently manage Git hooks in Laravel projects. Enhance code quality, save time on reviews, and prevent bugs from entering your repository.
MIT License
21 stars 6 forks source link

Package not using Pint defaults #25

Closed dsbilling closed 9 months ago

dsbilling commented 9 months ago

The implementation of the Pint git hook in this package does not follow the defaults of Laravel Pint itself:

  1. This package requires a pint.json file, whereas Pint does not
  2. Preset is set to psr12 while Pint's default is laravel
igorsgm commented 9 months ago

@dsbilling Thanks for your PR. I already merged and released v1.1.2 of this package. Have a good one!