Skip to content

cheminfo/eslint-config-cheminfo-react

Repository files navigation

eslint-config-cheminfo-react

Shared ESLint config for projects using React.

Installation

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

Usage

Create a .eslintrc.yml with the following contents:

extends: cheminfo-react

You can then customize the config for your project by changing rules in this file.

References

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