tighten / tlint

Tighten linter for Laravel conventions.
MIT License
521 stars 32 forks source link

Drop `tformat.json` config, use single `tlint.json` #337

Closed driftingly closed 1 year ago

driftingly commented 1 year ago

This PR drops the required separate tformat.json file.

Configuring both linters/formatters can be done in a single config file.

mattstauffer commented 1 year ago

Just to double check, will this remove the ability to configure your linters and formatters separately? And if so, is that a problem for anyone practically?

driftingly commented 1 year ago

@mattstauffer yes, we lose the ability to have specify differing linters/formatters. This is inline with most other tools, so I don't see this being a problem for anyone.

mattstauffer commented 1 year ago

OK! Sounds good to me :)