Skip to content

Releases: merkle-open/eslint-config

v4.2.0

27 Oct 10:26
Compare
Choose a tag to compare

Setup

[setup] update dev dependencies

v4.1.0

18 Jul 07:57
Compare
Choose a tag to compare

Setup:

[setup] v4.1.0 rename processing to bin 6b7aae9
[setup] update yarn lock ebf7bf0

Changes:

[add] add disable-styles for prettier support 97e2c8a

Tests:

[tests] add test for es5 prettier formatted 8a841fd
[tests] add test for es5-node prettier formatted 7885d5b
[tests] add test for es6 prettier formatted 3367b38
[tests] add test for es6-react prettier formatted 9843c0f
[tests] add test for flow prettier formatted 4475090

v4.0.0

14 Jul 07:23
Compare
Choose a tag to compare

Changes:

[change] update for eslint@4 df400a7

Documentation:

[doc] update documentation. npm < 3 no longer supported 06b5797

v3.0.0

04 Jun 14:33
Compare
Choose a tag to compare

Setup:

[setup] update dependencies 645a37d
[setup] add yarn lock 71fd1a3
[setup] bump up version b439c1c

Changes:

[change] eslint-plugin-jsx-a11y - use alt-text instead of img-has-alt 9eea189
[change] eslint-plugin-react - use jsx-tag-spacing instead of jsx-spa… … 0ac94b1
[change] eslint-plugin-react - jsx-sort-props add reservedFirst 356a7b3
[bugfix] prevent error because of missing display-name 3563c73

v2.3.0

21 Apr 19:31
Compare
Choose a tag to compare

Setup:

[setup] update npm and git ignore ee1e34e
[setup] ignore node 5 in travis and appveyor a9aa850

Changes:

[add] flow config and rules 5ef665f
[refactoring] move flow config test files into /test/flow/rules/flow … … 4d78496
[bugfix] fix parsing error 6a8ddde

Tests

[tests] add tests for flow rules d8bf6a4

Documentation:

[doc] upgrade readme for flow 74c38c8
[doc] add documentation for flow eslint config 14dbf83

v2.2.0

02 Mar 20:11
Compare
Choose a tag to compare

Setup:

[setup] update dependencies f23cbe9

Changes:

[change] add "ArrowFunctionExpression: false" for require-jsdoc ee04f0a

Documentation:

[doc] update documentation for require-jsdoc ecb2803

v2.1.0

29 Nov 08:47
Compare
Choose a tag to compare

Setup:

[setup] add .idea files to .npmignore 24c4c1d
[setup] update travis and add appveyor 5d268a9
[setup] v2.1.0 and set ES5 as deprecated 35e2c32

Changes:

[bugfix] prevent npm < 3 missing "eslint-plugin-import" by add it as … … f1c202b
[change] update rules f1e1970

Documentation:

[doc] update documentation 582acdb

v2.0.0

20 Sep 14:02
Compare
Choose a tag to compare
  • ffdb0e5 Set "comma-dangle" to "always-multiline" (issue #1)
  • df6040b Update npm packages, rules and tests (issue #2)

v1.0.0

22 Jul 11:11
Compare
Choose a tag to compare
  • a7c59bc Approved rules for react-a11y
  • f4132e9 Approved rules for react
  • 1597c3f Approved rules for node
  • f951a14 Approved rules for errors
  • 9e806bc Use .eslintrc.js files instead of .eslintrc
  • 36b3f07 Approved rules for variables
  • 5c7c29d Clarified rules for styles
  • bca5c6c Approved rules for styles
  • 40d7755 Approved rules for best-practices

v0.2.0

04 Jul 11:28
Compare
Choose a tag to compare
  • 0bc5a34 Node 0.12 is not supported anymore
  • c0ef1ff Update ESLint to version 3.0.0
  • c0ef1ff Update dependencies
  • d878c21 More specific js-doc validity
  • d878c21 Enable require-jsdoc for class and methods also
  • e16f6ec Enable react sort-props and sort-prop-types