6 ms·
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/esli
by kitschpatrol 3y 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/settings.json https://github.com/antfu/eslint-config/blob/main/.vscode/set...
- resters 3y agoThank you! I had been wondering if that was possible. Do you know if it can be done only for a single project / directory?
- WorldMaker 3y agoYou can set workspace settings in the top-level .vscode/settings.json file of your project: https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings https://code.visualstudio.com/docs/getstarted/settings#_work...