16.0.0 • Published 3 months ago

eslint-config-cheminfo-react v16.0.0

Weekly downloads
379
License
MIT
Repository
github
Last release
3 months ago

eslint-config-cheminfo-react

Shared ESLint config for projects using React.

!IMPORTANT
Configs now require using the ESLint Flat Config format. See the migration guide for more information.

Installation

npm i -D eslint-config-cheminfo-react eslint

Usage

In JavaScript projects

Create a eslint.config.mjs file with the following contents:

import { defineConfig } from 'eslint/config';
import react from 'eslint-config-cheminfo-react';

export default defineConfig(react);

You can then customise the config for your project.

In TypeScript projects

See https://github.com/cheminfo/eslint-config/tree/main?tab=readme-ov-file#typescript-and-react

References

This config extends our base eslint-config-cheminfo JavaScript config.

16.0.0

3 months ago

15.0.0

7 months ago

14.0.0

9 months ago

13.0.0

12 months ago

12.0.0

12 months ago

12.0.1

12 months ago

11.0.0

1 year ago

11.0.1

1 year ago

10.1.2

1 year ago

10.1.0

2 years ago

10.0.0

2 years ago

9.1.1

2 years ago

9.1.0

2 years ago

8.2.1

3 years ago

9.0.2

3 years ago

9.0.1

3 years ago

9.0.0

3 years ago

8.2.0

3 years ago

8.1.0

3 years ago

8.1.1

3 years ago

8.0.2

4 years ago

8.0.1

4 years ago

8.0.0

4 years ago

7.0.0

4 years ago

6.2.3

4 years ago

6.2.2

4 years ago

6.2.1

4 years ago

6.2.0

4 years ago

6.1.1

5 years ago

6.1.0

5 years ago

6.0.1

5 years ago

6.0.0

5 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.0.0

5 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago