1.0.6 • Published 8 days ago

@side/eslint-config-react v1.0.6

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
8 days ago

@side/eslint-config-react

An ESLint configuration which extends the following:

Installation

Install this package, and ensure to have installed its peer dependencies.

yarn info @side/eslint-config-react peerDependencies

yarn add -D @side/eslint-config-react

Usage

Once all peer dependencies have been added to your project, extend this configuration in your project's .eslintrc.js.

.eslintrc.js

module.exports = {
  extends: ['@side/react'],
};

@side/eslint-config-react/hooks

This entry point enables the linting rules for React hooks (requires v16.8+). To use, add the following to your .eslintrc.js file:

.eslintrc.js

module.exports = {
  extends: ['@side/react', '@side/react/hooks],
};

NOTE: If you are using Create React App (CRA), this is not needed since they provide that for you already.

Resources

For more information on configuring ESLint, please refer to their documentation

1.0.6

8 days ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.2

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

1 year ago

0.17.0-alpha.0

1 year ago

1.0.0-alpha.1

1 year ago

0.17.0

1 year ago

0.16.1

1 year ago

0.15.0

2 years ago

0.16.0

2 years ago

0.14.2

2 years ago

0.14.3

2 years ago

0.14.4

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.13.2

2 years ago

0.13.1

2 years ago

0.13.0

2 years ago

0.12.3

2 years ago

0.12.4

2 years ago

0.12.5

2 years ago

0.12.6

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.12.1

2 years ago

0.10.3

3 years ago

0.12.2

2 years ago

0.10.4

2 years ago

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.5

3 years ago

0.8.4

3 years ago

0.8.3

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago