Building a Custom ESLint Rule for Your Team's Conventions
Automate code quality and enforce architecture boundaries by writing custom ESLint rules using TypeScript AST parsing.
8/6/202620 min read
2 articles tagged with AST
Automate code quality and enforce architecture boundaries by writing custom ESLint rules using TypeScript AST parsing.
Learn how programming languages work by building a complete tree-walk interpreter in TypeScript: Lexical Analysis, AST Parsing, and Environment Evaluation.