1.3.0 • Published 3 years ago

@carimus/eslint-config-react v1.3.0

Weekly downloads
17
License
MIT
Repository
github
Last release
3 years ago

Carimus ESLint Config for React

The prettier config used by Carimus React web projects.

Important Note

Even though eslint-prettier-config is applied in @carimus/eslint-config-web, we need to reapply it in this config since it's designed to turn off rules that might conflict with prettier and as such must always be applied last. ESLint handles deduping for us so it's fine that we specify prettier and prettier/standard multiple times (once here and once in the @carimus/eslint-config-web config).

Related Projects