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 2727 - name : Build
2828 run : yarn build
2929
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 55 "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66 "repository": "https://github.com/import-js/eslint-import-resolver-typescript",
77 "author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
8- "contributors ": [
8+ "maintainers ": [
99 "JounQin <admin@1stg.me> (https://www.1stG.me)"
1010 ],
1111 "funding": "https://opencollective.com/eslint-import-resolver-typescript",
3939 },
4040 "types": "lib/index.d.ts",
4141 "files": [
42+ "index.d.cts",
4243 "lib",
4344 "!**/*.tsbuildinfo"
4445 ],
You can’t perform that action at this time.
0 commit comments