0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools/eslint-rules
Rich Trott 491f838511 tools: fix indentation in required-modules.js
In preparation for applying the more strict indentation linting
available in ESLint 4.0.0, correct minor indentation issues in
tools/eslint-rules/required-modules.js.

This is the only file with indentation that does not conform to the
stricter checks.

PR-URL: https://github.com/nodejs/node/pull/13758
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2017-06-22 20:33:25 -07:00
..
align-multiline-assignment.js tools: remove default parameters from lint rule 2016-04-28 22:48:37 -07:00
assert-throws-arguments.js tools: forbid template literals in assert.throws 2016-12-19 08:04:36 +01:00
buffer-constructor.js tools: add buffer-constructor eslint rule 2016-03-18 17:05:18 -07:00
no-let-in-for-declaration.js tools: avoid let in for loops 2016-10-14 13:37:12 -07:00
no-unescaped-regexp-dot.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
prefer-assert-iferror.js tools,test: enforce assert.ifError with lint rule 2017-01-09 09:20:38 -08:00
prefer-assert-methods.js tools: add eslint rule prefer-assert-methods 2016-09-20 16:35:39 -07:00
prefer-common-mustnotcall.js tools: add rule prefering common.mustNotCall() 2017-03-26 12:47:21 -07:00
require-buffer.js tools: remove obsolete lint rules 2016-02-18 10:13:03 -08:00
required-modules.js tools: fix indentation in required-modules.js 2017-06-22 20:33:25 -07:00