Skip to content

Commit

Permalink
feat: add markdown plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 8, 2024
1 parent 7d3709b commit 2ee2662
Show file tree
Hide file tree
Showing 4 changed files with 1,230 additions and 2,669 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

Sharable ESLint config preset for usage across unjs repositories.

Based on:
Includes:

- [eslint recommended](https://eslint.org/docs/latest/rules/)
- [typescript-eslint](https://typescript-eslint.io/)
- [eslint-plugin-uniciorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
- [eslint recommended rules](https://eslint.org/docs/latest/rules/)
- [uniciorn rules ](https://github.com/sindresorhus/eslint-plugin-unicorn)
- [typescript-eslint integration](https://typescript-eslint.io/)
- [markdown plugin](https://www.npmjs.com/package/eslint-plugin-markdown)

## Getting started

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"dependencies": {
"@eslint/js": "^9.0.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"typescript-eslint": "^7.5.0"
},
Expand Down
Loading

0 comments on commit 2ee2662

Please sign in to comment.