summaryrefslogtreecommitdiff
path: root/.eslintrc.js
AgeCommit message (Expand)Author
2019-02-03tools: replace deprecated ESLint configurationRich Trott
2019-01-29tools: make trailing commas consistent in .eslintrcRich Trott
2018-12-29tools: enable no-useless-catch lint rulecjihrig
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-11lib: move DEP0120 to end of lifecjihrig
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-03tools: fix eslint usage for Node.js 8 and beforeRuben Bridgewater
2018-11-06tools: lint for unused catch bindingscjihrig
2018-09-24tools: .eslintrc.js messages "default" typo styleLovingly
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-18tools: synchronize deepStrictEqual() message rulesRich Trott
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-09-16tools: prevent string literals in some assertionsRich Trott
2018-08-18tools: simplify ESLint invocation in MakefileRich Trott
2018-08-12tools: add no-misleading-character-class ESLint ruleVse Mozhet Byt
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-06tools: lint doc code examples in strict modeVse Mozhet Byt
2018-06-21tools: fix typo in .eslintrc.jsChristopher Hiller
2018-06-21atomis: add notify aliasGus Caplan
2018-06-17tools: do not disable `quotes` rule in .eslintrc.jsRich Trott
2018-06-14tools: add BigInt64Array and BigUint64Array to globalsJoyee Cheung
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-04-16tools: add eslintrc rule for `assert.rejects`Ruben Bridgewater
2018-04-13tools: stricter no-undef eslint ruleRuben Bridgewater
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-21tools,lib: forbid native Error constructorsMichaƫl Zasso
2018-03-07tools: enable ESLint quote-props ruleRich Trott
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05tools: alphabetize ESLint rulesRich Trott
2018-03-01src: Remove lttng support.Glen Keane
2018-02-22tools: update eslint ruleRuben Bridgewater
2018-02-22tools: enable eslint one-var ruleRuben Bridgewater
2018-02-22tools: enable eslint no-whitespace-before-property ruleRuben Bridgewater
2018-02-22tools: enable eslint strict key-spacingRuben Bridgewater
2018-02-22tools: enable eslint no-undef-init ruleRuben Bridgewater
2018-02-22tools: add falsely removed eslint rulesRuben Bridgewater
2018-02-20lint: move eslint to new plugin systemGus Caplan