9

Wish my teammates knew and used eslint / tslint in strict mode🤐

Comments
  • 2
    We created a few commit hooks to ensure all code goes through prettier, eslint, style-linter, php-cs-fixer and phpstan to ensure consistent code-style, it helps a lot and makes sure code reviewers don't have to spend time addressing codestyle issues
  • 1
    @alexbrooklyn yes hooks are great ... Also, Installing plugins like this for IDE blocks the garbage at the very beginning and also handles exceptions we normally are bored of typing.
Add Comment