Skip to content

Commit

Permalink
chore: update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 29, 2024
1 parent 9a7c1a9 commit 790fd8c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,17 @@ Create `eslint.config.mjs` in your project root:
import unjs from "eslint-config-unjs";

export default unjs({
ignores: [],
rules: {},
markdown: { rules: {} },
ignores: [
// ignore paths
],
rules: {
// rule overrides
},
markdown: {
rules: {
// markdown rule overrides
},
},
});
```

Expand Down

0 comments on commit 790fd8c

Please sign in to comment.