Skip to content

Latest commit

 

History

History
452 lines (188 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

452 lines (188 loc) · 12.6 KB

13.2.0 (2018-08-27)

Bug Fixes

  • remove nested renovate project configuration (a6d9765)
  • vue: avoid extends from base (5cdeb22)

Features

  • enable curly rules (dca43ad)
  • base: allow unused var with rest (b9c579a)
  • replace experimentalObjectRestSpread for ecmaVersion (76e5d1d)
  • import: enforce no extensions for js files (#92) (b24e9b2)
  • vue: add rules override (ac98c1a)
  • vue: use Vue plugin instead of the HTML one (a0d733a)

13.1.0 (2018-02-12)

Bug Fixes

  • deps: update dependency react to v16.2.0 (144e42f)

Features

  • rules: disable no-return-await (a46f401), closes #78

13.0.1 (2017-11-27)

Bug Fixes

  • react: allow arrow functions in JSX (3d5daff)

13.0.0 (2017-11-25)

Bug Fixes

  • deps: update dependency react to v^16.0.0 (52f6213)

Features

  • jest: move into its own file (2259ed6)
  • react: disallow binding in render (a1d725a)

12.0.0 (2017-07-04)

Features

  • jest: move into its own file (2259ed6)

11.0.0 (2017-06-16)

Features

  • confs: Base, React, Flowtype & Vue confs (9d0a17c)

10.1.0 (2017-06-13)

Bug Fixes

  • eslint: disable no-duplicate-imports (8029357)
  • prettier: use same printWidth as max-len (fe7e304)

Features

  • max-len: explictly set max-len && printWidth to 80 (be940ad)

10.0.0 (2017-05-30)

Features

  • rules: no reassign of fn param props (b087877)

9.0.0 (2017-05-30)

Features

  • style: re add stylistic rules (ed8dd5a)

8.0.0 (2017-05-11)

Features

  • formatting: use eslint-plugin-prettier (ddf37d4)

7.0.3 (2017-04-26)

Bug Fixes

  • rules: wrap our own rules in rules:{} (8b50dce), closes #33

7.0.2 (2017-03-24)

Bug Fixes

  • prettier: enforce prettier rules to pass after ours (5476a88)

7.0.1 (2017-03-17)

Bug Fixes

  • style: remove stylistic error (17c90ca)

7.0.0 (2017-03-17)

Features

  • prettier: prepare prettier migration (83ca621)

6.0.1 (2016-10-15)

6.0.0 (2016-10-01)

Features

  • rules: new default rules (ce194dd)

5.5.1 (2016-09-16)

Bug Fixes

  • dep: upgrade eslint, fix bad err message (1b44598)

5.5.0 (2016-09-06)

Features

  • import: allow using webpack resolver, to lint resolve{alias} (e2054f4)

5.4.0 (2016-09-01)

Features

  • eslint: add new rules since July (6f07294)

5.3.1 (2016-07-19)

Bug Fixes

5.3.0 (2016-07-19)

Features

  • Jasmine: provide set of rules for Jasmine tests (333288c)

5.2.2 (2016-07-18)

5.2.1 (2016-07-18)

5.2.0 (2016-07-13)

Features

  • parser: use babel-eslint, allows for more es features (25f1936)

5.1.0 (2016-07-12)

Features

  • import: disallow commonjs, only check .js imports (949e567)

5.0.0 (2016-07-11)

Features

  • major: eslint 3, stop relying on airbnb and too much invisible defaults (2de318a)

4.7.0 (2016-02-12)

Features

  • no-unused-vars: Allow unused arguments prefixed with _ (b528744)

4.6.0 (2016-01-27)

Features

  • max-len: adds ignore comments and URL's for max-len (6492450)
  • quote-props: Add the keywords: true option (da5deec)

4.5.0 (2015-12-07)

Features

  • no-module-exports: Use v1.5.0 of the eslint-plugin-algolia (c98003f)

4.4.0 (2015-12-07)

Features

  • eslint-plugin-algolia: Use v1.4.2 (8789350)

4.3.2 (2015-12-02)

Bug Fixes

  • relative-require: Use v1.0.3 of eslint-plugin-algolia (e2bee8f)

4.3.1 (2015-12-02)

Bug Fixes

  • relative-require: Prefix with plugin name (3ed7299)

4.3.0 (2015-12-02)

Features

  • plugin-algolia: Add eslint-plugin-algolia (395ce7a)

4.2.0 (2015-10-26)

Features

  • airbnb: use airbnb react rules (abf15a3)

4.1.0 (2015-10-09)

Features

  • react: Add rules on React props (be0e978)

4.0.0 (2015-10-06)

Features

  • usage: simplify usage, remove es5 specific linter (93c2771)

3.0.0 (2015-09-11)

2.2.0 (2015-09-08)

Features

2.1.2 (2015-07-31)

Bug Fixes

  • specify comma dangle parameter (f31cbca)

2.1.1 (2015-07-09)

Bug Fixes

  • disable enforcing function express names (ad97e6c)

2.1.0 (2015-07-08)

Features

  • enforce some more spacing (af9595b)

2.0.4 (2015-07-06)

Bug Fixes

  • semi colon forced (default airbnb (84bc291)

2.0.3 (2015-07-05)

Bug Fixes

  • bad comment (b0cc948)
  • eslint extends features works strangely (a278ac4)

2.0.1 (2015-07-05)

Bug Fixes

2.0.0 (2015-07-05)