9.1.0 • Published 5 days ago

eslint-config-vtex-react v9.1.0

Weekly downloads
2,766
License
MIT
Repository
github
Last release
5 days ago

eslint-config-vtex-react

This package provides VTEX's .eslintrc for React projects as an extensible shared config.

Not all React applications live in the same context, different rules are needed for different scenarios. To solve this, three presets are provided:

  • vtex-react - Base react configuration. Can be used in any React project.
  • vtex-react/io - To be used in VTEX IO React applications.
  • vtex-react/native - To be used in react-native applications.

Installation

Assuming you already have ESLint installed, run:

yarn add -D eslint-config-vtex-react typescript prettier

Usage

After installing the module, just add it to your extends array inside your .eslintrc.

// .eslintrc
{
  "extends": ["vtex-react"]
}

As any other eslint preset, it's possible to override some rules and configurations. We encourage trying to keep the closest possible to the preset rules, but every project is different and sometimes overriding is needed, use it carefully.

References

9.0.5-alpha.0

5 days ago

9.1.0

5 days ago

9.0.7-alpha.0

5 days ago

9.0.4-alpha.0

5 days ago

9.0.6-alpha.0

5 days ago

9.0.8-alpha.0

5 days ago

9.0.3

2 years ago

9.0.2

2 years ago

9.0.1

2 years ago

9.0.0

2 years ago

8.2.1

2 years ago

8.2.0

3 years ago

8.1.1

3 years ago

8.1.0

3 years ago

8.0.1-beta.0

3 years ago

8.0.0

3 years ago

7.0.0

3 years ago

6.9.5

3 years ago

6.9.4

3 years ago

6.9.3

3 years ago

6.9.2

3 years ago

6.9.1

3 years ago

6.9.0

3 years ago

6.8.7

3 years ago

6.8.6

3 years ago

6.8.5

3 years ago

6.8.4

3 years ago

6.8.3

3 years ago

6.8.3-alpha.0

3 years ago

6.8.2

3 years ago

6.8.1

3 years ago

6.8.0

3 years ago

6.7.12

3 years ago

6.7.11

3 years ago

6.7.10

4 years ago

6.7.9

4 years ago

6.7.8

4 years ago

6.7.7

4 years ago

6.7.6

4 years ago

6.7.5

4 years ago

6.7.4

4 years ago

6.7.2

4 years ago

6.7.3

4 years ago

6.7.1

4 years ago

6.7.0

4 years ago

6.6.0

4 years ago

6.5.1

4 years ago

6.5.0

4 years ago

6.4.0

4 years ago

6.3.2

4 years ago

6.3.1

4 years ago

6.2.2

4 years ago

6.3.0

4 years ago

6.2.1

4 years ago

6.2.0

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.5

4 years ago

6.0.4

4 years ago

6.0.3

4 years ago

6.0.2

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.1.0

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.1.0

5 years ago

4.0.0

5 years ago

3.1.0

5 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago