DEV Community

Discussion on: Writing custom TypeScript ESLint rules: How I learned to love the AST

Collapse
 
dcwither profile image
Devin Witherspoon

Great article, love to see people writing about linters! I’ve been writing about AST related stuff as well (PostCSS mostly).

I also wrote about easily adding ESlint rules to a project.

BTW, you can tag code blocks with a language for better highlighting with adding js after your first 3 backticks .

Collapse
 
alexgomesdev profile image
Alexandre Gomes

Thanks for the comment Devin!
Indeed, linters are really interesting once you break that scary barrier to actually using ASTs.
And thanks for the markdown tips, as a first article here that's really helpful 🚀

Let me have a look at those articles :D