Skip to content

Commit 401d37b

Browse files
committed
v1.1.0
1 parent 64e7cf5 commit 401d37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin adds typescript support to [`eslint-plugin-import`](https://www.npmj
44

55
This means you can:
66

7-
- `import`/`require` files with extension `.ts`/`.tsx` **without** using `--ext`!
7+
- `import`/`require` files with extension `.ts`/`.tsx`!
88
- Use [`paths`](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) defined in `tsconfig.json`.
99

1010
## Installation

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "1.1.0-rc.0",
3+
"version": "1.1.0",
44
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)