From 6e681d9066bde1f2a6b7583fa91e9c94cfffb11e Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 28 Oct 2017 12:11:33 +0100 Subject: Fix #971 - Add an option for turning errors about missing eslint config files off. --- doc/ale-javascript.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'doc') 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. =============================================================================== -- cgit v1.2.3