We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e7cf5 commit 401d37bCopy full SHA for 401d37b
README.md
@@ -4,7 +4,7 @@ This plugin adds typescript support to [`eslint-plugin-import`](https://www.npmj
4
5
This means you can:
6
7
-- `import`/`require` files with extension `.ts`/`.tsx` **without** using `--ext`!
+- `import`/`require` files with extension `.ts`/`.tsx`!
8
- Use [`paths`](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) defined in `tsconfig.json`.
9
10
## Installation
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-import-resolver-typescript",
3
- "version": "1.1.0-rc.0",
+ "version": "1.1.0",
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
"main": "index.js",
"files": [
0 commit comments