mirror of
https://github.com/dense-analysis/ale
synced 2024-12-17 20:05:31 +00:00
5c635d5038
- adds biome linter for json and jsonc - enables biome by default for json and jsonc - suggests biome as a fixer for json and jsonc
22 lines
823 B
Plaintext
22 lines
823 B
Plaintext
===============================================================================
|
|
ALE JSONC Integration *ale-jsonc-options*
|
|
|
|
|
|
===============================================================================
|
|
biome *ale-jsonc-biome*
|
|
|
|
Check the docs over at |ale-typescript-biome|.
|
|
|
|
|
|
===============================================================================
|
|
eslint *ale-jsonc-eslint*
|
|
|
|
The `eslint` linter for JSON uses the JavaScript options for `eslint`; see:
|
|
|ale-javascript-eslint|.
|
|
|
|
You will need a JSONC ESLint plugin installed for this to work.
|
|
|
|
|
|
===============================================================================
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|