Login
From:
Dave Ceddia
(Uncensored)
subscribe
ESLint + VSCode: How to Format Your Code Using .eslintrc
https://daveceddia.com/vscode-use-eslintrc/
links
backlinks
Roast topics
Find topics
Find it!
I’ve gotten very used to having VSCode autoformat my file when I save. Usually, I use Prettier. But I joined a project that uses ESLint to manage its code style, and I wanted to match the team’s formatting.