20 Commits (276720921ba8b4428d3832867e8c6474156a75d1)

Author SHA1 Message Date
Rich Trott feb90d37ff
tools: relax lint rule for regexps 8 years ago
Rich Trott aea7269c45 tools: require function declarations 8 years ago
Vse Mozhet Byt 71abfa9548 tools: use no-useless-concat ESLint rule 8 years ago
cjihrig 7a4d383c75 tools: enable no-useless-return eslint rule 8 years ago
Vse Mozhet Byt b4fea2a3d6 doc: add eslint-plugin-markdown 8 years ago
Vse Mozhet Byt bf14dbe123 tools: add `root: true` in main .eslintrc.yaml 8 years ago
Rich Trott 096508dfa9 tools,lib: enable strict equality lint rule 8 years ago
Michaël Zasso a4b9c585b3 tools: enforce two arguments in assert.throws 8 years ago
Rich Trott 6f202ef857 tools: remove assert.fail() lint rule 8 years ago
Rich Trott b3f2e3b7e2 tools: replace custom assert.fail lint rule 8 years ago
Rich Trott 8191af5b29 tools: replace custom new-with-error rule 8 years ago
Rich Trott f637703b86 tools: replace custom ESLint timers rule 8 years ago
Brian White 84a23391f6 linkedlist: remove public module 8 years ago
Brian White 61ebfa8d1f tools: add unescaped regexp dot rule to linter 8 years ago
Rich Trott cce520a5de tools: ignore URLs in line length linting 8 years ago
Anna Henningsen 5c1ec6ea67
tools: enable unicode-bom ESLint rule 8 years ago
Michaël Zasso 193468667b tools: enable one-var-declaration-per-line ESLint rule 8 years ago
Michaël Zasso 615789b723 tools: enable ES2017 syntax support in ESLint 8 years ago
Rich Trott 4334658635 tools: enable no-throw-literal ESLint rule 8 years ago
Sakthipriyan Vairamani 16e3cf686e
tools: rename eslintrc to an undeprecated format 8 years ago
Gibson Fahnestock 6509d747ee assert, tools: enforce strict (not)equal in eslint 8 years ago
Rich Trott 4e5cf85ada tools: add lint rule to enforce timer arguments 8 years ago
Rich Trott 38b18e330f tools: remove no-useless-regex-char-class-escape 8 years ago
Rich Trott 33cd0aa70c tools: remove custom align-function-arguments rule 8 years ago
Rich Trott f44969a5ab tools: update ESLint to current version 8 years ago
Michaël Zasso 966e5cfb81 tools: enforce linebreak after ternary operators 8 years ago
Rich Trott 489970cf79
tools: enable block-spacing rule in .eslintrc 8 years ago
Michaël Zasso 7c2dbd13b5 tools: enforce consistent operator linebreak style 8 years ago
Michaël Zasso 0ae1684396 tools: add ESLint rule for assert.throws arguments 8 years ago
Prince J Wesley 5cf0157b82 tools: Add no useless regex char class rule 8 years ago
Rich Trott 7537718460 tools: enforce function name matching in linter 8 years ago
Michaël Zasso 6031d8e76e tools: enable ES2016 syntax support in ESLint 8 years ago
Rich Trott 3dbf900e85 tools: replace custom lint rule for getter/setter 8 years ago
Rich Trott 5e6ae830fe tools: disallow extra blank lines at EOF/BOF 8 years ago
Rich Trott b5ec47e941 test: clean up test-timers-immediate 8 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 8 years ago
Rich Trott d4061a6314 tools: replace custom ESLint rule with built-in 8 years ago
Rich Trott 05b566a5ef tools: update ESLint to 3.3.0 and enable rules 8 years ago
Rich Trott cb2e83e573 tools: enable rest-spread-spacing 8 years ago
Rich Trott 8726a1c318 tools: enable linting for chained properties 8 years ago
silverwind 11b23068cd
tools: consistent .eslintrc formatting 8 years ago
Rich Trott 863952ebad tools: enforce JS brace style with linting 8 years ago
Rich Trott 21b53fe012 tools: disallow deprecated define getter/setter 9 years ago
Rich Trott 517b89209c tools: enforce linting for unix-style line endings 9 years ago
Rich Trott 6979632020 tools: disallow multiple spaces except indentation 9 years ago
Rich Trott 4e6dc00401 tools: lint for object literal spacing 9 years ago
Rich Trott 83aa1f7f3f tools: lint for use of space in template strings 9 years ago
Rich Trott ded3aea449 tools: lint for function argument alignment 9 years ago
Rich Trott e84c69310f tools: enforce deepStrictEqual over deepEqual 9 years ago
Rich Trott 8ede3d5002 tools: lint rule for assert.fail() 9 years ago