Files
ale/doc/ale-graphql.txt
T
Matheus Gabriel Werny db92671e57 Added missing supported file types of dprint (#5126)
* Added missing supported files of dprint

Added missing supported files of dprint.
Related to https://github.com/dense-analysis/ale/pull/4320.

* Add new files

Add new files.

* Tests work

Fixed identifiers.
Fixed sorting.

* Enable formatting of SQL

Enable formatting of SQL.
2026-06-21 11:12:19 +09:00

29 lines
1.2 KiB
Plaintext

===============================================================================
ALE GraphQL Integration *ale-graphql-options*
===============================================================================
dprint *ale-graphql-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/pretty_graphql/.
===============================================================================
eslint *ale-graphql-eslint*
The `eslint` linter for GraphQL uses the JavaScript options for `eslint`; see:
|ale-javascript-eslint|.
You will need the GraphQL ESLint plugin installed for this to work.
===============================================================================
gqlint *ale-graphql-gqlint*
===============================================================================
prettier *ale-graphql-prettier*
See |ale-javascript-prettier| for information about the available options.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: