summaryrefslogtreecommitdiff
path: root/tools/eslint-rules
AgeCommit message (Expand)Author
2017-04-04tools: replace custom ESLint timers ruleRich Trott
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-26tools: add rule prefering common.mustNotCall()James M Snell
2017-01-09tools,test: enforce assert.ifError with lint ruleTeddy Katz
2017-01-06tools: add lint rule to enforce timer argumentsRich Trott
2017-01-06tools: remove no-useless-regex-char-class-escapeRich Trott
2017-01-06tools: remove custom align-function-arguments ruleRich Trott
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-19tools: forbid template literals in assert.throwsMichaël Zasso
2016-12-05tools: add ESLint rule for assert.throws argumentsMichaël Zasso
2016-11-23tools: Add no useless regex char class rulePrince J Wesley
2016-10-21tools: replace custom lint rule for getter/setterRich Trott
2016-10-14tools: avoid let in for loopsjessicaquynh
2016-09-20tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-09-20tools: make argument alignment linting more strictRich Trott
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-05-19tools: disallow deprecated define getter/setterRich Trott
2016-05-15tools,test: make argument linting more stringentRich Trott
2016-04-28tools: remove default parameters from lint ruleRich Trott
2016-04-28tools: lint for function argument alignmentRich Trott
2016-04-22tools: enforce deepStrictEqual over deepEqualRich Trott
2016-04-20tools: lint rule for assert.fail()Rich Trott
2016-04-18tools: lint for alignment of variable assignmentsRich Trott
2016-03-18tools: add buffer-constructor eslint ruleJames M Snell
2016-02-18tools: remove obsolete lint rulesRich Trott
2016-01-13tools: fix style issue after eslint updateMichaël Zasso
2015-11-10tools: enforce `throw new Error()` with lint ruleRich Trott
2015-10-06test: make common.js mandatory via linting ruleRich Trott
2015-10-06tools: apply linting to custom rules codeRich Trott
2015-06-11tools: enable/add additional eslint rulesRoman Reiss