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

Move to prantl's jsonlint #59

Closed amb26 closed 1 year ago

amb26 commented 1 year ago

@zaach ' s original jsonlint at https://github.com/zaach/jsonlint has been unmaintained for 5 years (see https://github.com/zaach/jsonlint/issues/140 ) and has been reporting critical security vulnerabilities in its dependencies for quite some while. This may alarm users of fluid-lint-all who are new to the ecosystem.

@prantlf has been maintaining a much improved fork of the project for the last 4 years at https://github.com/prantlf/jsonlint which looks like it reports errors more readably as well as handling JSON5 files. A good "rainy day" task could be to investigate moving over to it