Skip to content

Commit 2ee2662

Browse files
committed
feat: add markdown plugin
1 parent 7d3709b commit 2ee2662

File tree

4 files changed

+1230
-2669
lines changed

4 files changed

+1230
-2669
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
Sharable ESLint config preset for usage across unjs repositories.
44

5-
Based on:
5+
Includes:
66

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

1112
## Getting started
1213

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@eslint/js": "^9.0.0",
30+
"eslint-plugin-markdown": "^4.0.1",
3031
"eslint-plugin-unicorn": "^52.0.0",
3132
"typescript-eslint": "^7.5.0"
3233
},

0 commit comments

Comments
 (0)