Skip to content

Commit

Permalink
Update README.txt, use .cjs extension for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
phijma-leukeleu committed Jan 10, 2024
1 parent 4afdc7b commit 252e14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Then install this package as a development dependency `npm i -D @leukeleu/eslint
## Adding the config

In the configs folder you can find all the Eslint config files to choose from.
Select the config you need and add it to your `.eslintrc.js`:
Select the config you need and add it to your `.eslintrc.cjs`:

```js
module.exports = {
Expand Down

0 comments on commit 252e14c

Please sign in to comment.