advoor / nova-editor-js

Editor JS field for Laravel Nova
92 stars 54 forks source link

Added php-cs-fixer and php-parallel-lint #71

Closed roelofr closed 2 years ago

roelofr commented 2 years ago

This should make further contributions easier to verify, and more consistent.

The php-cs-fixer config is slightly opinionated towards modern code (PSR12 + strict_types).
It also adds a few rules about unit tests, to ensure consistent naming.

php-cs-fixer is auto-applied on the master branch, so new contributor don't have to worry about styling, It'll be fixed for them.