Replies: 3 comments 3 replies
|
Please add the |
0 replies
|
Instead of creating your own custom rule for this, I would recommend using
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Installed @eslint/json and added the configuration file for eslint.
In my test file I have:
{
"Test": "test"
}
For some reason I get an eslint error for ":" when running npx eslint
Parsing error: Unexpected token :eslint
Could someone help me out? =D
All reactions