summaryrefslogtreecommitdiff
path: root/lib/.eslintrc.yaml
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-05build: remove (almost) unused macros/constantsbcoe
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-10-05tools: prohibit Error.prepareStackTrace() usageRuben Bridgewater
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-06tools: print a better message for unexpected use of globalsMichaël Zasso
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-26tools: remove eslint rule no-let-in-for-declarationgengjiawen
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-13lib,test: improve faulty assert usage detectionRuben Bridgewater
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2018-12-30tools: remove custom buffer-constructor lint rulecjihrig
2018-12-30tools: enable no-buffer-constructor lint rulecjihrig
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-16tools: prevent string literals in some assertionsRich Trott
2018-05-18tools: stricter eslint rule for globalsRuben Bridgewater
2018-04-16tools: add eslintrc rule for `assert.rejects`Ruben Bridgewater
2018-03-21tools,lib: forbid native Error constructorsMichaël Zasso
2018-03-05lib: add internal check macrosGus Caplan
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-04tools: non-Ascii linter for /lib onlySarat Addepalli
2018-01-09lib: enable dot-notation eslint ruleAnatoli Papirovski
2017-12-13tools: add lowercase-name-for-primitive eslint ruleWeijia Wang
2017-07-30tools: remove legacy indentation lintingRich Trott
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-24tools: enable stricter linting in lib directoryRich Trott
2017-07-05tools: eslint - use `error` and `off`Refael Ackermann
2017-01-18tools: rename eslintrc to an undeprecated formatSakthipriyan Vairamani