Closed westonruter closed 7 years ago
This being said, I see that .eslintrc
is deprecated and:
JSON - use .eslintrc.json to define the configuration structure. ESLint’s JSON files also allow JavaScript-style comments.
Thanks, I added .json
as the extension in the example and added some docs for other syntax ref's
This could fix a parse error when someone adds the line to a
.eslintrc
which is strict JSON.