diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-28 12:11:33 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-28 12:11:33 +0100 |
commit | 6e681d9066bde1f2a6b7583fa91e9c94cfffb11e (patch) | |
tree | 811758c00556cb82c26b650bd9452a31be62e1c0 /doc | |
parent | 0e848b608cc5fe9188e779c75c1b3acf3804c585 (diff) | |
download | ale-6e681d9066bde1f2a6b7583fa91e9c94cfffb11e.zip |
Fix #971 - Add an option for turning errors about missing eslint config files off.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-javascript.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt index 8bf1a0d3..1b8e3f5d 100644 --- a/doc/ale-javascript.txt +++ b/doc/ale-javascript.txt @@ -56,8 +56,21 @@ g: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`. + This variable can be set to `1` to disable warnings for files being ignored + by eslint. + + +g:ale_javascript_eslint_suppress_missing_config + *g:ale_javascript_eslint_suppress_missing_config* + *b:ale_javascript_eslint_suppress_missing_config* + Type: |Number| + Default: `0` + + This variable can be set to `1` to disable errors for missing eslint + configuration files. + + When turning this option on, eslint will not report any problems when no + configuration files are found. =============================================================================== |