From 9d3f5ad86c005d8857ea2bf126d58847a5cab5e9 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Mon, 2 Oct 2017 12:48:25 -0400 Subject: [PATCH] Chore: report unused eslint-disable directives in ESLint codebase (#9371) --- Makefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.js b/Makefile.js index ded744d63ff..88672067ea7 100644 --- a/Makefile.js +++ b/Makefile.js @@ -73,7 +73,7 @@ const NODE = "node ", // intentional extra space // Utilities - intentional extra space at the end of each string MOCHA = `${NODE_MODULES}mocha/bin/_mocha `, - ESLINT = `${NODE} bin/eslint.js --rulesdir lib/internal-rules/ `, + ESLINT = `${NODE} bin/eslint.js --rulesdir lib/internal-rules/ --report-unused-disable-directives `, // Files MAKEFILE = "./Makefile.js",