wesbos / eslint-config-wesbos

No-Sweat™ Eslint and Prettier Setup - with or without VS Code
2.74k stars 419 forks source link

Update VS Code settings to include changing the default tab size to 2 #70

Closed ngurney closed 3 years ago

ngurney commented 3 years ago

I ran into an issue where my ESLint was always freaking out because VS Code was set up with a tab size of 4, when it expected 2. It always fixed when saving, but while typing it would constantly show an error on every line.

Not sure you want this setting here, so feel free to propose changes or close this request.