File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " eslint-import-resolver-typescript " : patch
3
+ ---
4
+
5
+ fix: add missing ` index.d.cts ` file
Original file line number Diff line number Diff line change 27
27
- name : Build
28
28
run : yarn build
29
29
30
- - run : yarn dlx pkg-pr-new publish
30
+ - run : yarn dlx pkg-pr-new publish --compact
Original file line number Diff line number Diff line change 5
5
"description" : " This plugin adds `TypeScript` support to `eslint-plugin-import`" ,
6
6
"repository" : " https://github.com/import-js/eslint-import-resolver-typescript" ,
7
7
"author" : " Alex Gorbatchev <alex.gorbatchev@gmail.com>" ,
8
- "contributors " : [
8
+ "maintainers " : [
9
9
" JounQin <admin@1stg.me> (https://www.1stG.me)"
10
10
],
11
11
"funding" : " https://opencollective.com/eslint-import-resolver-typescript" ,
39
39
},
40
40
"types" : " lib/index.d.ts" ,
41
41
"files" : [
42
+ " index.d.cts" ,
42
43
" lib" ,
43
44
" !**/*.tsbuildinfo"
44
45
],
You can’t perform that action at this time.
0 commit comments