marko/.eslintignore
2023-07-24 11:55:08 -04:00

16 lines
167 B
Plaintext

*.min.js
*.html.js
*.marko.js
*actual*
*expected*
.cache/
.nyc_output/
node_modules/
coverage/
*dist/
*generated/
~vdom.skip
**/test/**/input.js
.vscode
__snapshots__