Skip to content

Commit

Permalink
docs: add example basic eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pbredenberg committed Sep 20, 2024
1 parent 5fa4709 commit f928d62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ Add a file named `eslint.config.js` to the root of your project and import our
configuration like so:

```js
// TODO: add example config
const silvermineNodeConfig = require('@silvermine/eslint-config/node');

module.exports = [
...silvermineNodeConfig.complete,
];
```

## Using Specific Configurations
Expand Down

0 comments on commit f928d62

Please sign in to comment.