how to override extended eslint config
hi i am using antfu's eslint config (https://github.com/antfu/eslint-config). here's my
now i want to override a rule to use double quotes instead of single quotes. the readme says i can override it by adding it to a
but instead of overriding, its actually enforcing both the rules.
https://this-vegetable.is-from.space/Code_53HG4zHeSp.gif
.eslintrc.cjsnow i want to override a rule to use double quotes instead of single quotes. the readme says i can override it by adding it to a
rules field. so i added it like this:but instead of overriding, its actually enforcing both the rules.
https://this-vegetable.is-from.space/Code_53HG4zHeSp.gif
