mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
tools: move ESLint to tools/eslint
Greatly simplify how ESLint and its plugins are installed. PR-URL: https://github.com/nodejs/node/pull/53413 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
67c19c2900
commit
2eff28fb7a
3134 changed files with 7891 additions and 5211 deletions
|
@ -6,7 +6,7 @@ if ((!common.hasCrypto) || (!common.hasIntl)) {
|
|||
}
|
||||
common.skipIfEslintMissing();
|
||||
|
||||
const RuleTester = require('../../tools/node_modules/eslint').RuleTester;
|
||||
const RuleTester = require('../../tools/eslint/node_modules/eslint').RuleTester;
|
||||
const rule = require('../../tools/eslint-rules/documented-errors');
|
||||
|
||||
const invalidCode = 'UNDOCUMENTED ERROR CODE';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue