Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Latest commit

 

History

History
78 lines (58 loc) · 4.49 KB

CHANGELOG.md

File metadata and controls

78 lines (58 loc) · 4.49 KB

Change Log

v0.2.2 (2017-07-24)

Full Changelog

v0.3.0 (2017-01-16)

Full Changelog

New features:

  • Create test project to test our rules against #92
  • upgrade eslint-plugin-no-loops #85
  • curly #72
  • comma dangle #69
  • consider more plugins to include #6

Breaking:

  • upgrade eslint-plugin-react #82

v0.2.1 (2017-06-09)

Full Changelog

New features:

  • Enfore space before '/>' in self-closing tags #113
  • Disallow Use of undefined Variable (no-undefined) #111
  • pin eslint-plugin-react to <6.10.1 #108
  • Add gdsm to linto config #102
  • Add spaced-comment and no-multi-spaces #101
  • Add array-bracket-spacing #98

v0.2.0 (2016-11-10)

Full Changelog

New features:

  • update eslint peer dep #76
  • max-len should ignore URLs, strings and imports #74
  • List npm modules #70
  • dot-notation #66
  • want: dot-location #65
  • want: no-magic-numbers #64
  • new rules proposal #63
  • plugin idea: eslint-plugin-tcomb #62
  • [Rules] Add max-len rule #60
  • remove no-extra-parens (revert #53) #58
  • Disable global find #56
  • re-enable no-use-before-define #51
  • consider adding no-extra-parens #39
  • why are we repeating some rules from eslint:recommended? #19

Fixes (bugs & defects):

  • default rule config is not supported anymore by eslint 2.0 #52
  • react/jsx-equals-spacing doesn't work #47

v0.1.0 (2016-03-09)

New features:

  • Update eslint to v2 #49
  • Dependency on eslint? #41
  • add wrap-iife: [2, "inside"] #34
  • require space after keywords #31
  • kill the comments #27
  • add object-shorthand #21
  • Implicit return and arrow functions #18
  • some established rules have disappeared! #15
  • Add eqeqeq #12
  • add more rules to default config #7
  • fix dependencies #4
  • remove production rules #3
  • jsx-quotes: 'prefer-single' #2
  • let's define our base sets of eslint rules! #1