pls don't build in JSX/TSX
The first linter / parser that has generic language supports wins everyone <3
We have:
script in html (clearly defined markers)
html in script (clearly defined markers)
hard mode (interwoven everywhere)
* in markdown
- mdx
- astro
- other docs tools
eslint allows the smooshing of nested ASTs, which means lint rules can span both JS and <nested language> -- it's very nice. I've yet to see any of the new linters get to this level of flexibility
pls don't build in JSX/TSX
The first linter / parser that has generic language supports wins everyone <3
We have:
script in html (clearly defined markers)
html in script (clearly defined markers)
hard mode (interwoven everywhere)
*in markdowneslint allows the smooshing of nested ASTs, which means lint rules can span both JS and
<nested language>-- it's very nice. I've yet to see any of the new linters get to this level of flexibility