File tree 3 files changed +845
-658
lines changed
3 files changed +845
-658
lines changed Original file line number Diff line number Diff line change 3
3
"eslint-config-unjs"
4
4
],
5
5
"rules": {
6
- "unicorn/no-null": 0,
7
- "unicorn/prevent-abbreviations": 0
6
+ "unicorn/no-null": "off",
7
+ "unicorn/prefer-at": "off",
8
+ "unicorn/prevent-abbreviations": "off"
8
9
}
9
10
}
Original file line number Diff line number Diff line change 34
34
"test:types" : " tsc --noEmit"
35
35
},
36
36
"devDependencies" : {
37
- "@types/node" : " ^18.16.3 " ,
38
- "@vitest/coverage-c8 " : " ^0.31.0 " ,
37
+ "@types/node" : " ^18.18.6 " ,
38
+ "@vitest/coverage-v8 " : " ^0.34.6 " ,
39
39
"eslint" : " latest" ,
40
- "eslint-config-unjs" : " ^0.1.0 " ,
41
- "jiti" : " ^1.18.2 " ,
40
+ "eslint-config-unjs" : " ^0.2.1 " ,
41
+ "jiti" : " ^1.20.0 " ,
42
42
"prettier" : " ^2.8.8" ,
43
43
"standard-version" : " latest" ,
44
- "typescript" : " ^5.0.4 " ,
44
+ "typescript" : " ^5.2.2 " ,
45
45
"unbuild" : " ^1.2.1" ,
46
- "vitest" : " ^0.31.0 "
46
+ "vitest" : " ^0.34.6 "
47
47
},
48
- "packageManager" : " pnpm@8.4.0 "
48
+ "packageManager" : " pnpm@8.9.2 "
49
49
}
You can’t perform that action at this time.
0 commit comments