Linting is the act of finding patterns in code that could lead to mistakes or ensure a consistent reading experience. It's a core piece of many JavaScript/TypeScript projects. We found lots of potential for time savings in their selector engine and AST conversion process and a perfect linter written in JS would be able to hit sub-second run times.| marvinh.dev
Most popular libraries can be sped up by avoiding unnecessary type conversions or by avoiding creating functions inside functions.| marvinh.dev