It might be useful to clearly state the difference between the two.

  • Linter: a static code analysis tool to flag bugs and bad practices
  • Code Formatter: a tool that applies formatting rules to code For more information, you can check this longer article on linting vs formatting.