Created
March 21, 2025 10:34
-
-
Save adrianfaciu/e657dacc0d2a138928a11582641b1880 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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
https://github.com/eslint/rewrite/blob/main/packages/config-helpers/tests/define-config.test.js#L69-L94