summaryrefslogtreecommitdiff
path: root/.eslintrc
AgeCommit message (Expand)Author
2016-03-07tools: enable no-self-assign ESLint ruleRich Trott
2016-03-03tools: enable no-extra-parens in ESLintRich Trott
2016-02-24tools: apply custom buffer lint rule to /lib onlyRich Trott
2016-02-24tools: enable additional lint rulesRich Trott
2016-02-21tools: add Node.js-specific ESLint rulesRich Trott
2016-02-18tools: replace obsolete ESLint rulesRich Trott
2016-02-18tools: remove obsolete lint rulesRich Trott
2016-02-15tools: add recommended ES6 lint rulesRich Trott
2016-02-12tools: add recommended linting rulesRich Trott
2016-02-10tools: remove excessive comments from .eslintrcRich Trott
2016-02-10tools: enable no-proto rule for linterJackson Tian
2016-02-09tools: disallow mixed spaces and tabs for indentsRich Trott
2016-02-09tools: alphabetize eslint stylistic issues sectionRich Trott
2016-02-07tools: lint for empty character classes in regexRich Trott
2016-02-04tools: lint for spacing around unary operatorsRich Trott
2016-02-04tools: enable no-redeclare rule for linterRich Trott
2016-01-28tools: add arrow function rules to eslintcjihrig
2016-01-26tools: enable assorted ESLint error rulesRoman Reiss
2016-01-19tools: enable space-in-parens ESLint ruleRoman Reiss
2016-01-16tools: enable no-extra-semi rule in eslintMichaël Zasso
2016-01-13tools: update eslint configMichaël Zasso
2016-01-05tools: implement no-unused-vars for eslintRich Trott
2015-11-10tools: enforce `throw new Error()` with lint ruleRich Trott
2015-10-27tools: enable prefer-const eslint ruleSakthipriyan Vairamani
2015-09-15tools: enable arrow functions in .eslintrcSakthipriyan Vairamani
2015-08-22tools: enable space-after-keywords in eslintBrendan Ashworth
2015-08-04test: add tests for persistent repl historyJeremiah Senkpiel
2015-06-29tools: re-enable comma-spacing linter ruleRoman Reiss
2015-06-15tools: enable whitespace related rules in eslintRoman Reiss
2015-06-11tools: enable/add additional eslint rulesRoman Reiss
2015-05-28tools: add objectLiteralShorthandProperties to .eslintrcEvan Lucas
2015-05-19test: enable linting for testsRoman Reiss
2015-05-11tools: set eslint comma-spacing to 'warn'Roman Reiss
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin
2015-05-09tools: replace closure-linter with eslintYosuke Furukawa