Skip to content

Commit 170dc37

Browse files
chore: release eslint-import-resolver-typescript v3.4.0 (import-js#162)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 82d090b commit 170dc37

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/neat-glasses-carry.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#161](https://github.com/import-js/eslint-import-resolver-typescript/pull/161) [`82d090b`](https://github.com/import-js/eslint-import-resolver-typescript/commit/82d090b2411853f94909a3c9a0ed3b8bbe1bef11) Thanks [@rbong](https://github.com/rbong)! - feat: add support for `jsconfig.json`
8+
39
## 3.3.0
410

511
### Minor Changes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"type": "module",
55
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66
"repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",
@@ -82,8 +82,8 @@
8282
"test": "run-p test:*",
8383
"test:multipleEslintrcs": "eslint --ext ts,tsx tests/multipleEslintrcs",
8484
"test:multipleTsconfigs": "eslint --ext ts,tsx tests/multipleTsconfigs",
85-
"test:withJsconfig": "eslint --ext js tests/withJsconfig",
8685
"test:withJsExtension": "node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension",
86+
"test:withJsconfig": "eslint --ext js tests/withJsconfig",
8787
"test:withPaths": "eslint --ext ts,tsx tests/withPaths",
8888
"test:withPathsAndNestedBaseUrl": "eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl",
8989
"test:withQuerystring": "eslint --ext ts,tsx tests/withQuerystring",

0 commit comments

Comments
 (0)