diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
commit | fdc7166c3ce68babdf8afdb457e23700d4e8ab3a (patch) | |
tree | 16f5b15d5bc13c0a96d534c8c98c1db575b44eec /doc/ale-javascript.txt | |
parent | f9aa7d3b9a030468e744ddc568a8d35492d04a99 (diff) | |
download | ale-fdc7166c3ce68babdf8afdb457e23700d4e8ab3a.zip |
Use equal signs for language documentation sections
Diffstat (limited to 'doc/ale-javascript.txt')
-rw-r--r-- | doc/ale-javascript.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt index 252335ac..97ad709a 100644 --- a/doc/ale-javascript.txt +++ b/doc/ale-javascript.txt @@ -23,7 +23,7 @@ To this: > /path/foo/bar/.eslintrc.js # extends: ["/path/foo/.base-eslintrc.js"] < -------------------------------------------------------------------------------- +=============================================================================== eslint *ale-javascript-eslint* g:ale_javascript_eslint_executable *g:ale_javascript_eslint_executable* @@ -50,7 +50,7 @@ g:ale_javascript_eslint_use_global *g:ale_javascript_eslint_use_global* See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== prettier *ale-javascript-prettier* g:ale_javascript_prettier_executable *g:ale_javascript_prettier_executable* @@ -77,7 +77,7 @@ g:ale_javascript_prettier_use_global *g:ale_javascript_prettier_use_global* See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== prettier-eslint *ale-javascript-prettier-eslint* ALE supports `prettier-eslint` for easy integration with projects, but it is @@ -118,7 +118,7 @@ g:ale_javascript_prettier_eslint_use_global See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== prettier-standard *ale-javascript-prettier-standard* @@ -149,7 +149,7 @@ g:ale_javascript_prettier_standard_use_global See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== flow *ale-javascript-flow* g:ale_javascript_flow_executable *g:ale_javascript_flow_executable* @@ -168,7 +168,7 @@ g:ale_javascript_flow_use_global *g:ale_javascript_flow_use_global* See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== jshint *ale-javascript-jshint* g:ale_javascript_jshint_executable *g:ale_javascript_jshint_executable* @@ -187,7 +187,7 @@ g:ale_javascript_jshint_use_global *g:ale_javascript_jshint_use_global* See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== standard *ale-javascript-standard* g:ale_javascript_standard_executable *g:ale_javascript_standard_executable* @@ -214,7 +214,7 @@ g:ale_javascript_standard_use_global *g:ale_javascript_standard_use_global* See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== xo *ale-javascript-xo* g:ale_javascript_xo_executable *g:ale_javascript_xo_executable* @@ -241,5 +241,5 @@ g:ale_javascript_xo_use_global *g:ale_javascript_xo_use_global* See |ale-integrations-local-executables| -------------------------------------------------------------------------------- +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |