fluid-project / fluid-lint-all

Consolidated linting logic free from any particular build technology
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

GH-27: Added better feedback on badly formed JSON configuration files (resolves #27). #61

Closed duhrer closed 1 year ago

duhrer commented 1 year ago

See #27 for details.

duhrer commented 1 year ago

To see an example of the output, use a command like the following in this package/branch:

npm run lint -- --configFile .fluidlintallrc-badJSON   
duhrer commented 1 year ago

I also found and fixed an issue we missed in #60, namely the line/column number reporting was not correct for JSONlint output.

amb26 commented 1 year ago

Thanks, this works brilliantly!