summaryrefslogtreecommitdiff
path: root/.eslintrc
AgeCommit message (Expand)AuthorFilesLines
2016-03-21tools: enable no-self-assign ESLint ruleRich Trott1-7/+8
2016-03-21tools: enable no-extra-parens in ESLintRich Trott1-0/+1
2016-03-21tools: apply custom buffer lint rule to /lib onlyRich Trott1-1/+0
2016-03-21tools: enable additional lint rulesRich Trott1-0/+4
2016-03-21tools: add Node.js-specific ESLint rulesRich Trott1-6/+12
2016-03-02tools: replace obsolete ESLint rulesRich Trott1-1/+2
2016-03-02tools: remove obsolete lint rulesRich Trott1-15/+1
2016-03-02tools: add recommended ES6 lint rulesRich Trott1-0/+5
2016-03-02tools: add recommended linting rulesRich Trott1-0/+6
2016-03-02tools: remove excessive comments from .eslintrcRich Trott1-49/+8
2016-03-02tools: enable no-proto rule for linterJackson Tian1-0/+2
2016-03-02tools: disallow mixed spaces and tabs for indentsRich Trott1-0/+2
2016-03-02tools: alphabetize eslint stylistic issues sectionRich Trott1-18/+18
2016-03-02tools: lint for empty character classes in regexRich Trott1-8/+10
2016-03-02tools: lint for spacing around unary operatorsRich Trott1-0/+2
2016-03-02tools: enable no-redeclare rule for linterRich Trott1-0/+2
2016-03-02tools: enable assorted ESLint error rulesRoman Reiss1-0/+10
2016-03-02tools: add arrow function rules to eslintcjihrig1-0/+6
2016-03-02tools: enable no-extra-semi rule in eslintMichaël Zasso1-0/+2
2016-02-15tools: enable space-in-parens ESLint ruleRoman Reiss1-1/+3
2016-02-15tools: update eslint configMichaël Zasso1-5/+1
2016-01-19tools: implement no-unused-vars for eslintRich Trott1-0/+2
2016-01-19tools: enforce `throw new Error()` with lint ruleRich Trott1-0/+2
2016-01-19tools: enable prefer-const eslint ruleSakthipriyan Vairamani1-0/+5
2015-09-15tools: enable arrow functions in .eslintrcSakthipriyan Vairamani1-6/+7
2015-08-22tools: enable space-after-keywords in eslintBrendan Ashworth1-0/+2
2015-08-04test: add tests for persistent repl historyJeremiah Senkpiel1-0/+2
2015-06-29tools: re-enable comma-spacing linter ruleRoman Reiss1-2/+1
2015-06-15tools: enable whitespace related rules in eslintRoman Reiss1-0/+6
2015-06-11tools: enable/add additional eslint rulesRoman Reiss1-32/+32
2015-05-28tools: add objectLiteralShorthandProperties to .eslintrcEvan Lucas1-0/+1
2015-05-19test: enable linting for testsRoman Reiss1-0/+5
2015-05-11tools: set eslint comma-spacing to 'warn'Roman Reiss1-6/+5
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin1-0/+1
2015-05-09tools: replace closure-linter with eslintYosuke Furukawa1-0/+91