summaryrefslogtreecommitdiff
path: root/.eslintrc.js
AgeCommit message (Expand)Author
2020-12-09tools: enable no-unsafe-optional-chaining lint rulecjihrig
2020-12-07tools: enable no-unused-expressions lint ruleMichaƫl Zasso
2020-12-07tools: upgrade to @babel/eslint-parser 7.12.1Antoine du Hamel
2020-11-23tools: enable no-nonoctal-decimal-escape lint rulecjihrig
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-08-29doc: move package config docs to separate pageAntoine du HAMEL
2020-08-19doc: move module core module doc to separate pageAntoine du HAMEL
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2020-05-30doc: fix urls to avoid redirectionsapics
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-10tools: remove obsolete no-restricted-syntax eslint rulesRuben Bridgewater
2020-03-11tools: enable no-useless-backreference lint rulecjihrig
2020-03-11tools: enable default-case-last lint rulecjihrig
2020-01-08lib,tools,test: remove custom number-isnan rulecjihrig
2019-11-30tools: enforce blank line between functionsRich Trott
2019-11-25tools: enable more eslint rulescjihrig
2019-10-13src: implement v8 host weakref hooksGus Caplan
2019-06-11tools: activate more eslint rulesRuben Bridgewater
2019-06-11tools: update eslint configRuben Bridgewater
2019-05-24tools: edit .eslintrc.js for minor maintainability improvementsRich Trott
2019-05-20doc: improve createRequire() examplecjihrig
2019-05-16tools: update capitalized-comments eslint ruleRuben Bridgewater
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-04-27tools: prohibit `assert.doesNotReject()` in Node.js coreRuben Bridgewater
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27tools: update capitalize-comments eslint ruleRuben Bridgewater
2019-03-25tools: enable getter-return lint rulecjihrig
2019-03-21assert: validate required argumentsRuben Bridgewater
2019-03-13lib,test: improve faulty assert usage detectionRuben Bridgewater
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-10tools: update capitalized-comments ruleRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
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