You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried separating the json-specific rules into its own block with file extension specifications, but that didn't help.
I saw one other issue about this but that was because of "eslint.format.enable": true not being set. I would appreciate some help here :)
The text was updated successfully, but these errors were encountered:
@Joris914 can you format the file in the terminal using --fix. If so, can you please provide me with a GitHub repository with a minimal setup that demos what you are seeing.
Hmm, when I run it on command line I get the message 0:0 warning File ignored because no matching configuration was supplied
I guess that means it's not an extension issue, but an ESLint itself issue?
Some relevant settings:
If I set the last option to
true
, the error message changes to:My eslint.config.mjs:
I have tried separating the json-specific rules into its own block with file extension specifications, but that didn't help.
I saw one other issue about this but that was because of
"eslint.format.enable": true
not being set. I would appreciate some help here :)The text was updated successfully, but these errors were encountered: