8.0.0 • Published 1 month ago

eslint-config-react-app-essentials v8.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

eslint-config-react-app-essentials

Description

This configuration enforces consistency in the codebase, ensuring uniformity regardless of the developer writing the code. It includes the following rules:

  • Integration with Prettier
  • Sorting of ESModule imports
  • Sorting of JSX props

Installation

npm install -D eslint eslint-config-react-app-essentials

Usage

Add the following configuration to your ESLint configuration file:

{
  "extends": ["eslint-config-react-app-essentials"],
  "parserOptions": { "project": "./tsconfig.json" }
}

Now, your code will adhere to consistent formatting and structure, promoting readability and maintainability across your project.

8.0.0

1 month ago

7.0.0

3 months ago

6.1.0

6 months ago

6.0.0

6 months ago

6.2.0

5 months ago

6.1.1

6 months ago

5.1.0

9 months ago

5.0.0

9 months ago

4.0.0

9 months ago

3.0.0

9 months ago

2.0.0

9 months ago