Skip to content

Releases: glints-dev/eslint-config

Update dependencies and also remove travis

03 Apr 08:45
13d2ae6
Compare
Choose a tag to compare
Merge pull request #15 from glints-dev/feature/upgrade-dependencies

update dependencies and also remove travis

v4.0.0

09 Apr 16:43
Compare
Choose a tag to compare

Require eslint >= 5.

v3.0.0

07 Sep 10:50
Compare
Choose a tag to compare

Migrate babel-eslint to typescript-eslint (#10).

This is a semver-major release because there are breaking changes.

v2.1.0

07 Sep 10:41
d2e15bd
Compare
Choose a tag to compare

Remove react/no-set-state rule.

This rule was being used to enforce a certain coding style which is now obsolete.

v2.0.0

07 Sep 10:34
Compare
Choose a tag to compare

Enable no-undef rule from jsx-control-statements and add ES6 environment.

v1.1.2

07 Sep 10:33
f214bb2
Compare
Choose a tag to compare

Upgrade babel-eslint to v10.0.3.

v1.1.1

07 Sep 10:30
fa77e0e
Compare
Choose a tag to compare

Turn no-unused-vars and react/prop-types into errors.

v1.1.0

19 Nov 06:41
Compare
Choose a tag to compare

Added babel-eslint and eslint-plugin-babel dependencies as they're needed for several projects

v1.0.3

07 Nov 03:51
Compare
Choose a tag to compare

This is purely a maintenance release, upgrading eslint-plugin-react-hooks to v2.2.0.

The changelog for the plugin can be found here:
https://github.com/facebook/react/commits/master/packages/eslint-plugin-react-hooks

Main highlight is the support of React v16.11.0.

v1.0.2

30 Aug 11:51
170d5bb
Compare
Choose a tag to compare

New eslint rules for react hooks