From c14f717f4c32860766185da47f64f8eb0c2d2998 Mon Sep 17 00:00:00 2001 From: "z.ky" Date: Sat, 8 Dec 2018 05:40:29 +0000 Subject: [PATCH] Fix: Update all-files-ignored.txt message to be less confusing (#11075) --- messages/all-files-ignored.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/all-files-ignored.txt b/messages/all-files-ignored.txt index 3b741a03e37..3f4c8ced4c9 100644 --- a/messages/all-files-ignored.txt +++ b/messages/all-files-ignored.txt @@ -1,4 +1,4 @@ -All of the files matching the glob pattern "<%= pattern %>" are ignored. +You are linting "<%= pattern %>", but all of the files matching the glob pattern "<%= pattern %>" are ignored. If you don't want to lint these files, remove the pattern "<%= pattern %>" from the list of arguments passed to ESLint.