2.0.3 • Published 1 month ago

@yoo-digital/eslint-config-react v2.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
1 month ago

YOO ESLint Configuration for React Projects

npm version

Contains the settings and rules used for React projects based on TypeScript within YOO. It is publicly available via the npm registry.

Purpose

The exported index.js file contains all the ESLint rules that are compatible with our coding guidelines. See the guidelines for more information.

This set of rules can be applied to React applications written in TypeScript. The base set of rules, which this package extends from, are framework agnostic can be found here.

For Angular projects you can consult this package.

Usage

In order to use the ESLint configuration file in your project, you will have to install its dependencies (including peer-dependencies). The following command should work for both npm and yarn. It will detect the proper client.

npx install-peerdeps --dev @yoo-digital/eslint-config-react

Be aware: The typescript package is one of the peer-dependencies. The versions might collide in your project. Always try to use the latest versions of typescript in your project.

After installing the packages, you can create a .eslintrc.js file in the root of your project and add the following lines:

module.exports = {
  extends: '@yoo-digital/eslint-config-react',
};

You can apply your own set of rules on top of that, but do not turn off any of the rules, except it is an obstacle and making your life harder. Check the chapter below, for a complete set of rules that can be applied.

Development

Important: This file should only contain rules concerning React and JSX.

Before creating a pull request or publishing changes, make sure you tested your changes. You can use yarn link to link your work in progress into an actual project and test your changes. Make sure you are in the directory of the package (./packages/eslint-config-react) before linking. You might also have to link the package ./packages/eslint-config-base if you made changes to the base. See the official documentation of yarn for more information.

If you want to extend or change the set of rules, you can find all rules in the following list. We follow the Airbnb styleguide as a reference and applied our own set of rules regarding TypeScript:

2.0.3

1 month ago

2.0.2

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.3.0

4 months ago

1.2.3

6 months ago

1.2.4-canary.0

6 months ago

1.2.3-canary.0

6 months ago

1.2.2

12 months ago

1.2.1

1 year ago

1.2.1-canary.1

1 year ago

1.2.1-canary.2

1 year ago

1.2.2-canary.0

12 months ago

1.2.2-canary.1

12 months ago

1.2.0

1 year ago

1.1.0

2 years ago

1.2.0-alpha.0

1 year ago

1.1.0-alpha.1

2 years ago

1.1.0-alpha.2

2 years ago

1.1.0-alpha.0

2 years ago

1.1.0-alpha.5

2 years ago

1.1.0-alpha.3

2 years ago

1.1.0-alpha.4

2 years ago

1.0.0

2 years ago

0.6.2

2 years ago

0.6.0-alpha.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0-alpha.0

3 years ago

0.4.0

3 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago