File tree Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Original file line number Diff line number Diff line change 4
4
test /
5
5
docs /
6
6
docsgen /
7
- jest.config.json
8
- .travis.yml
7
+ .github /
8
+ jest.config.ts
9
9
tslint.json
10
+ eslint.config.mjs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
" typescript" ,
10
10
" typesafe"
11
11
],
12
- "version" : " 1.1 .0" ,
12
+ "version" : " 2.0 .0" ,
13
13
"license" : " MIT" ,
14
14
"homepage" : " https://github.com/jscheiny/safe-units" ,
15
15
"bugs" : " https://github.com/jscheiny/safe-units/issues" ,
44
44
},
45
45
"devDependencies" : {
46
46
"@eslint/js" : " ^9.2.0" ,
47
+ "@stylistic/eslint-plugin-ts" : " ^2.1.0" ,
47
48
"@types/commonmark" : " ^0.27.9" ,
48
49
"@types/jest" : " ^29.5.12" ,
49
50
"@types/node" : " ^20.12.12" ,
66
67
"typescript" : " ^5.4.5" ,
67
68
"typescript-eslint" : " ^7.9.0" ,
68
69
"typestyle" : " ^2.4.0"
69
- },
70
- "dependencies" : {
71
- "@stylistic/eslint-plugin-ts" : " ^2.1.0"
72
70
}
73
71
}
You can’t perform that action at this time.
0 commit comments