Skip to content

Releases: glints-dev/eslint-config

Update dependencies

Choose a tag to compare

@yxb yxb released this 26 May 02:17
549af69

"@typescript-eslint/eslint-plugin": "^8.59.4"
"@typescript-eslint/parser": "^8.59.4"
"eslint-plugin-react-hooks": "^7.1.1"

Update dependencies and also remove travis

Choose a tag to compare

@finalight finalight released this 03 Apr 08:45
13d2ae6
Merge pull request #15 from glints-dev/feature/upgrade-dependencies

update dependencies and also remove travis

v4.0.0

Choose a tag to compare

@yjwong yjwong released this 09 Apr 16:43

Require eslint >= 5.

v3.0.0

Choose a tag to compare

@yjwong yjwong released this 07 Sep 10:50

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

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

v2.1.0

Choose a tag to compare

@yjwong yjwong released this 07 Sep 10:41
d2e15bd

Remove react/no-set-state rule.

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

v2.0.0

Choose a tag to compare

@yjwong yjwong released this 07 Sep 10:34

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

v1.1.2

Choose a tag to compare

@yjwong yjwong released this 07 Sep 10:33
f214bb2

Upgrade babel-eslint to v10.0.3.

v1.1.1

Choose a tag to compare

@yjwong yjwong released this 07 Sep 10:30
fa77e0e

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

v1.1.0

Choose a tag to compare

@seahyc seahyc released this 19 Nov 06:41

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

v1.0.3

Choose a tag to compare

@yjwong yjwong released this 07 Nov 03:51

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.