summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Stern <github@ericstern.com>2017-08-22 13:35:09 -0700
committerw0rp <w0rp@users.noreply.github.com>2017-08-22 21:35:09 +0100
commit2f19cf874b33f55312d1a5814eab16f8eec7432e (patch)
treef82c742bd303bd6ebbc73d5eaa8fe7ee90d3c975 /doc
parent1a524ca63e51092ab10febea40a6f018b6e85173 (diff)
downloadale-2f19cf874b33f55312d1a5814eab16f8eec7432e.zip
Suppress warning about .eslintignore'd file (#836)
* Suppress warning about .eslintignore'd file * Fix slightly ironic lint error * Lock error suppression behind a variable; add docs and tests
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-javascript.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt
index 4abc6298..3adba503 100644
--- a/doc/ale-javascript.txt
+++ b/doc/ale-javascript.txt
@@ -50,6 +50,16 @@ g:ale_javascript_eslint_use_global *g:ale_javascript_eslint_use_global*
See |ale-integrations-local-executables|
+g:ale_javascript_eslint_suppress_eslintignore
+ *g:ale_javascript_eslint_suppress_eslintignore*
+ *b:ale_javascript_eslint_suppress_eslintignore*
+ Type: |Number|
+ Default: `0`
+
+ This variable can be set to disable the warning that linting is disabled on
+ the current file due to being covered by `.eslintignore`.
+
+
===============================================================================
prettier *ale-javascript-prettier*