summaryrefslogtreecommitdiff
path: root/.eslintrc
Commit message (Expand)AuthorAgeFilesLines
* tools: disallow deprecated define getter/setterRich Trott2016-05-191-0/+1
* tools: enforce linting for unix-style line endingsRich Trott2016-05-121-0/+1
* tools: disallow multiple spaces except indentationRich Trott2016-05-111-0/+1
* tools: lint for object literal spacingRich Trott2016-05-081-0/+1
* tools: lint for use of space in template stringsRich Trott2016-05-071-0/+1
* tools: lint for function argument alignmentRich Trott2016-04-281-0/+1
* tools: enforce deepStrictEqual over deepEqualRich Trott2016-04-221-1/+2
* tools: lint rule for assert.fail()Rich Trott2016-04-201-0/+1
* tools: lint for alignment of variable assignmentsRich Trott2016-04-181-2/+2
* tools: enable no-self-assign ESLint ruleRich Trott2016-03-071-7/+8
* tools: enable no-extra-parens in ESLintRich Trott2016-03-031-0/+1
* tools: apply custom buffer lint rule to /lib onlyRich Trott2016-02-241-1/+0
* tools: enable additional lint rulesRich Trott2016-02-241-0/+4
* tools: add Node.js-specific ESLint rulesRich Trott2016-02-211-6/+12
* tools: replace obsolete ESLint rulesRich Trott2016-02-181-1/+2
* tools: remove obsolete lint rulesRich Trott2016-02-181-15/+1
* tools: add recommended ES6 lint rulesRich Trott2016-02-151-0/+5
* tools: add recommended linting rulesRich Trott2016-02-121-0/+6
* tools: remove excessive comments from .eslintrcRich Trott2016-02-101-49/+8
* tools: enable no-proto rule for linterJackson Tian2016-02-101-0/+2
* tools: disallow mixed spaces and tabs for indentsRich Trott2016-02-091-0/+2
* tools: alphabetize eslint stylistic issues sectionRich Trott2016-02-091-18/+18
* tools: lint for empty character classes in regexRich Trott2016-02-071-8/+10
* tools: lint for spacing around unary operatorsRich Trott2016-02-041-0/+2
* tools: enable no-redeclare rule for linterRich Trott2016-02-041-0/+2
* tools: add arrow function rules to eslintcjihrig2016-01-281-0/+6
* tools: enable assorted ESLint error rulesRoman Reiss2016-01-261-0/+10
* tools: enable space-in-parens ESLint ruleRoman Reiss2016-01-191-1/+3
* tools: enable no-extra-semi rule in eslintMichaël Zasso2016-01-161-0/+2
* tools: update eslint configMichaël Zasso2016-01-131-5/+1
* tools: implement no-unused-vars for eslintRich Trott2016-01-051-0/+2
* tools: enforce `throw new Error()` with lint ruleRich Trott2015-11-101-0/+2
* tools: enable prefer-const eslint ruleSakthipriyan Vairamani2015-10-271-0/+5
* tools: enable arrow functions in .eslintrcSakthipriyan Vairamani2015-09-151-6/+7
* tools: enable space-after-keywords in eslintBrendan Ashworth2015-08-221-0/+2
* test: add tests for persistent repl historyJeremiah Senkpiel2015-08-041-0/+2
* tools: re-enable comma-spacing linter ruleRoman Reiss2015-06-291-2/+1
* tools: enable whitespace related rules in eslintRoman Reiss2015-06-151-0/+6
* tools: enable/add additional eslint rulesRoman Reiss2015-06-111-32/+32
* tools: add objectLiteralShorthandProperties to .eslintrcEvan Lucas2015-05-281-0/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+5
* tools: set eslint comma-spacing to 'warn'Roman Reiss2015-05-111-6/+5
* readline: turn emitKeys into a streaming parserAlex Kocharin2015-05-101-0/+1
* tools: replace closure-linter with eslintYosuke Furukawa2015-05-091-0/+91