Hacker News new | ask | show | jobs
by kitschpatrol 852 days ago
You can mellow the squiggles for stylistic errors in VS Code.

Take a look at the “eslint.rules.customizations” key in this file:

https://github.com/antfu/eslint-config/blob/main/.vscode/set...

1 comments

Thank you! I had been wondering if that was possible. Do you know if it can be done only for a single project / directory?
You can set workspace settings in the top-level .vscode/settings.json file of your project: https://code.visualstudio.com/docs/getstarted/settings#_work...