====================================================================
Published: 5 February 2023
Tags: javascript, optimization, typescript
Marvin Hagemeister discusses the performance of eslint and how it can be improved.
Some highlights:
- "Linting is the act of finding patterns in code that could lead to mistakes or ensure a consistent reading experience"
- Lots of potential for time savings in their selector engine and AST conversion process
- A perfect linter written in JS would be able to hit sub-second run times