Skip to content

Commit

Permalink
docs: adjust js config example (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Nov 27, 2022
1 parent 150fdb9 commit 0317031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ Example `.eslint-doc-generatorrc.js`:

```js
/** @type {import('eslint-doc-generator').GenerateOptions} */
module.exports = {
const config = {
ignoreConfig: ['all'],
};

module.exports = config;
```

## Compatibility
Expand Down

0 comments on commit 0317031

Please sign in to comment.