File tree Expand file tree Collapse file tree 4 files changed +1230
-2669
lines changed Expand file tree Collapse file tree 4 files changed +1230
-2669
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Sharable ESLint config preset for usage across unjs repositories.
4
4
5
- ✅ Based on :
5
+ ✅ Includes :
6
6
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 )
10
11
11
12
## Getting started
12
13
Original file line number Diff line number Diff line change 27
27
},
28
28
"dependencies" : {
29
29
"@eslint/js" : " ^9.0.0" ,
30
+ "eslint-plugin-markdown" : " ^4.0.1" ,
30
31
"eslint-plugin-unicorn" : " ^52.0.0" ,
31
32
"typescript-eslint" : " ^7.5.0"
32
33
},
You can’t perform that action at this time.
0 commit comments