Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created March 21, 2025 10:34
Show Gist options
  • Save adrianfaciu/e657dacc0d2a138928a11582641b1880 to your computer and use it in GitHub Desktop.
Save adrianfaciu/e657dacc0d2a138928a11582641b1880 to your computer and use it in GitHub Desktop.
{
extends: ["eslint:recommended"],
rules: {
"no-unused-vars": "off",
}
},
// VS
{
...eslint.configs.recommended,
rules: {
"no-unused-vars": "off",
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment