File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import eslint from '@eslint/js' ;
2- import importPlugin from 'eslint-plugin-import' ;
2+ import importPlugin from 'eslint-plugin-import-x ' ;
33import jest from 'eslint-plugin-jest' ;
44import tseslint from 'typescript-eslint' ;
55
Original file line number Diff line number Diff line change 1414 "build" : " tsc && rollup -c" ,
1515 "clean" : " rimraf dist" ,
1616 "format" : " prettier . --write" ,
17- "lint:eslint" : " eslint src --ext .ts " ,
17+ "lint:eslint" : " eslint src" ,
1818 "lint:prettier" : " prettier . --check" ,
1919 "lint" : " npm run lint:eslint && npm run lint:prettier" ,
2020 "pkg-ok" : " pkg-ok" ,
4545 },
4646 "homepage" : " https://github.com/abraham/reflection#readme" ,
4747 "devDependencies" : {
48- "@eslint/js" : " ^9 .0.0" ,
48+ "@eslint/js" : " ^10 .0.0" ,
4949 "@types/jest" : " ^30.0.0" ,
50- "eslint" : " ^9.0.0" ,
51- "eslint-plugin-import" : " ^2.0.0" ,
50+ "eslint" : " ^10.0.0" ,
51+ "eslint-import-resolver-typescript" : " ^4.0.0" ,
52+ "eslint-plugin-import-x" : " ^4.0.0" ,
5253 "eslint-plugin-jest" : " ^29.0.1" ,
5354 "jest" : " ^30.0.3" ,
5455 "pkg-ok" : " ^3.0.0" ,
5758 "rollup" : " ^4.0.0" ,
5859 "ts-jest" : " ^29.0.0" ,
5960 "typescript" : " ^5.0.0" ,
60- "typescript-eslint" : " ^8.0 .0"
61+ "typescript-eslint" : " ^8.56 .0"
6162 },
6263 "jest" : {
6364 "collectCoverage" : true ,
You can’t perform that action at this time.
0 commit comments