1. 22
    1. 3

      It’s not mentioned directly in the article, but another benefit of using tree-sitter like this is that it makes it easier to adapt the linter to work with other languages, since it’s parameterized by the language grammar that you use and the queries that you write.