linter-tlint

This linter plugin for Linter provides an interface to tlint. It will be used with files that have the "PHP" syntax or PHP embedded within HTML.

Requirements

This plugin requires a working copy of tlint to be installed. It can be installed globally or locally, within your project.

# globally
composer global require tightenco/tlint

# or locally
composer require tightenco/tlint

Plugin installation

Either through the Atom settings UI, or via the command line:

$ apm install linter-tlint

Acknowledgements

This plugin is based on atom-linter-phpstan and all of the code as of atom-linter-phpstan v2.20 has been squashed into project as a83211d and 393ad18. Thank you to all of the contributors to atom-linter-phpstan for making this plugin trivial to develop!