diff options
author | blyoa <yblue110+blyoa@gmail.com> | 2018-02-01 01:29:01 +0900 |
---|---|---|
committer | blyoa <yblue110+blyoa@gmail.com> | 2018-02-01 02:30:02 +0900 |
commit | 23db293bdfda820dcff2464d2c4e533f52eb86be (patch) | |
tree | e3cad6b7aac431ce362d1116a34c1244c123829f /doc | |
parent | 52fe924a139b8ae3d087cba0d9a5199054ae0595 (diff) | |
download | ale-23db293bdfda820dcff2464d2c4e533f52eb86be.zip |
Add prettier fixer support to vue
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-vue.txt | 11 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/ale-vue.txt b/doc/ale-vue.txt new file mode 100644 index 00000000..937b603b --- /dev/null +++ b/doc/ale-vue.txt @@ -0,0 +1,11 @@ +=============================================================================== +ALE Vue Integration *ale-vue-options* + + +=============================================================================== +prettier *ale-vue-prettier* + +See |ale-javascript-prettier| for information about the available options. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 417db583..2644ebca 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -239,6 +239,8 @@ CONTENTS *ale-contents* vint................................|ale-vim-vint| vim help..............................|ale-vim-help-options| write-good..........................|ale-vim-help-write-good| + vue...................................|ale-vue-options| + prettier............................|ale-vue-prettier| xhtml.................................|ale-xhtml-options| write-good..........................|ale-xhtml-write-good| xml...................................|ale-xml-options| @@ -375,6 +377,7 @@ Notes: * Verilog: `iverilog`, `verilator` * Vim: `vint` * Vim help^: `alex`!!, `proselint`, `write-good` +* Vue: `prettier` * XHTML: `alex`!!, `proselint`, `write-good` * XML: `xmllint` * YAML: `swaglint`, `yamllint` |