Skip to content

Commit

Permalink
Chore: report unused eslint-disable directives in ESLint codebase (#9371
Browse files Browse the repository at this point in the history
)
  • Loading branch information
not-an-aardvark committed Oct 2, 2017
1 parent 1167638 commit 9d3f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -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",
Expand Down

0 comments on commit 9d3f5ad

Please sign in to comment.