summaryrefslogtreecommitdiff
path: root/.eslintrc
AgeCommit message (Expand)Author
2016-10-05tools: disallow extra blank lines at EOF/BOFRich Trott
2016-10-02test: clean up test-timers-immediateRich Trott
2016-09-20tools: add additional ESLint rulesTeddy Katz
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-08-16tools: update ESLint to 3.3.0 and enable rulesRich Trott
2016-08-14tools: enable rest-spread-spacingRich Trott
2016-08-09tools: enable linting for chained propertiesRich Trott
2016-07-13tools: consistent .eslintrc formattingsilverwind
2016-07-12tools: enforce JS brace style with lintingRich Trott
2016-05-19tools: disallow deprecated define getter/setterRich Trott
2016-05-12tools: enforce linting for unix-style line endingsRich Trott
2016-05-11tools: disallow multiple spaces except indentationRich Trott
2016-05-08tools: lint for object literal spacingRich Trott
2016-05-07tools: lint for use of space in template stringsRich Trott
2016-04-28tools: lint for function argument alignmentRich Trott
2016-04-22tools: enforce deepStrictEqual over deepEqualRich Trott
2016-04-20tools: lint rule for assert.fail()Rich Trott
2016-04-18tools: lint for alignment of variable assignmentsRich Trott
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