diff options
author | harttle <yangjvn@126.com> | 2019-03-26 20:40:51 +0800 |
---|---|---|
committer | harttle <yangjvn@126.com> | 2019-04-11 16:24:58 +0800 |
commit | c820089c4434b621e8b30fbe73bbf9d01ee44f6f (patch) | |
tree | deff31ecaa7e2db9cde4cb791d1c47f4be55bc3c /doc/ale-html.txt | |
parent | 481316561445a4048a96a2c6bd41e9b623d8919f (diff) | |
download | ale-c820089c4434b621e8b30fbe73bbf9d01ee44f6f.zip |
feat: fecs support for js/html/css lint and format
`fecs` is a lint tool for HTML/CSS/JavaScript,
see http://fecs.baidu.com for more options.
Diffstat (limited to 'doc/ale-html.txt')
-rw-r--r-- | doc/ale-html.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt index 1d30929f..5d6b20e2 100644 --- a/doc/ale-html.txt +++ b/doc/ale-html.txt @@ -3,6 +3,14 @@ ALE HTML Integration *ale-html-options* =============================================================================== +fecs *ale-html-fecs* + +`fecs` options for HTMl is the same as the options for JavaScript, +and both of them reads `./.fecsrc` as the default configuration file. +See: |ale-javascript-fecs|. + + +=============================================================================== htmlhint *ale-html-htmlhint* g:ale_html_htmlhint_executable *g:ale_html_htmlhint_executable* |