mirror of
https://github.com/dense-analysis/ale
synced 2024-12-18 04:15:39 +00:00
f896744fee
* Add eslint as linter for JSON, JSONC and JSON5 Use the same lint configuration as eslint for javascript. * Add documentation for JSON* eslint support * Fix spacing in documentation * Update docs to be unopinionated about plugins Remove any preference for eslint plugins, since there are more thant one that would work * Reorder languages and tools in alphabetic order * Fix misalignment * Change orders to pass the tests
16 lines
613 B
Plaintext
16 lines
613 B
Plaintext
===============================================================================
|
|
ALE JSONC Integration *ale-jsonc-options*
|
|
|
|
|
|
===============================================================================
|
|
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:
|