Skip to content

Commit

Permalink
chore: fix readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 4, 2024
1 parent 67e786e commit 95b73c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Create ESLint scripts in your `package.json`:
## Exported configurations

This package exports three separate configurations:

- [`eslint-config-cheminfo/base`](./base.js): The base config with most rules. At least this config should be used in all projects.
- [`eslint-config-cheminfo/jsdoc`](./jsdoc.js): Rules from the [jsdoc plugin](https://github.com/gajus/eslint-plugin-jsdoc) to help improve the documentation of our libraries.
- [`eslint-config-cheminfo/unicorn`](./unicorn.js): Additional opinionated rules selected from the [unicorn plugin](https://github.com/sindresorhus/eslint-plugin-unicorn).
Expand Down

0 comments on commit 95b73c6

Please sign in to comment.