18.0.0 • Published 6 months ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months 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:

// eslint.config.mjs
import { createConfig } from "eslint-config-react-app-essentials";

export default createConfig({
    scope: ["src/**/*.ts","src/**/*.tsx"],
    tsConfigPath: "tsconfig.app.json",
})

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

18.0.0

6 months ago

17.3.0

11 months ago

17.2.0

12 months ago

17.1.0

12 months ago

17.0.0

12 months ago

16.0.0

12 months ago

15.0.0

1 year ago

14.0.0

1 year ago

13.1.0

1 year ago

12.0.0

1 year ago

10.0.0

1 year ago

9.0.0

1 year ago

11.0.0

1 year ago

8.1.0

1 year ago

8.0.0

1 year ago

7.0.0

1 year ago

6.1.0

2 years ago

6.0.0

2 years ago

6.2.0

2 years ago

6.1.1

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago