eirikpre / VSCode-SystemVerilog

SystemVerilog support in VS Code
MIT License
128 stars 50 forks source link

Use ESLint and Prettier #106

Closed jecassis closed 3 years ago

jecassis commented 3 years ago
jecassis commented 3 years ago

None of the regular expressions were changed. In fact, when I initially worked on this I diff'ed the transpiled *.js files against a snapshot to make sure the resulting code didn't change when the formatting did.

eirikpre commented 3 years ago

Ah that was clever