open-southeners / vscode-laravel-pint

🍺 Integrates Laravel Pint into your VSCode projects for automatic code formatting
https://marketplace.visualstudio.com/items?itemName=open-southeners.laravel-pint
MIT License
84 stars 17 forks source link

fix(schema): preset typo "psr-12" -> "psr12" #12

Closed yaegassy closed 2 years ago

yaegassy commented 2 years ago

There is a typo in the schema "preset" section. The pint will not run correctly in psr-12, and jsonValidation is also problematic.

$ ./vendor/bin/pint

  Preset not found.
d8vjork commented 2 years ago

Didn't know about this one, thanks! 👍