eslint-import-resolver-typescript

This plugin adds `TypeScript` support to `eslint-plugin-import`

ISC License

Downloads
40.1M
Stars
689
Committers
37

Bot releases are hidden (Show)

eslint-import-resolver-typescript -

Published by JounQin over 2 years ago

3.1.1 (2022-06-27)

Bug Fixes

eslint-import-resolver-typescript -

Published by JounQin over 2 years ago

3.1.0 (2022-06-25)

⚠ BREAKING CHANGES

  • use enhanced-resolve instead

Features

  • support angular-package-format out of box (7e0cd04)
  • use enhanced-resolve instead (39ab8b1), closes #85 #107
eslint-import-resolver-typescript -

Published by JounQin over 2 years ago

3.0.0 (2022-06-25)

⚠ BREAKING CHANGES

  • remove depracated directory option
  • use get-tsconfig to replace tsconfig-paths
  • bump globby, use synckit for sync fn
  • deps: bump tsconfig-paths to ^4.0.0 (#104)

Features

  • bump globby, use synckit for sync fn (322cb29)

  • ignore node_modules folder in projects option glob (#105) (1e1b5a6)

  • remove depracated directory option (67c8d59)

  • use get-tsconfig to replace tsconfig-paths (78a08e0)

  • deps: bump tsconfig-paths to ^4.0.0 (#104) (b2edbc8)

eslint-import-resolver-typescript -

Published by JounQin over 2 years ago

2.7.0 (2022-03-23)

Features

  • support .cjs .mjs .cts .mts extensions (#84) (1e39028)
eslint-import-resolver-typescript -

Published by JounQin over 2 years ago

2.6.0 (2022-03-23)

Bug Fixes

eslint-import-resolver-typescript -

Published by JounQin over 2 years ago

2.5.0 (2021-09-13)

Features

  • allow passing through custom options to resolve (#79) (34c94c8)

Bug Fixes

  • bump (dev)Dependencies, apply stricter rules (#75) (866f32f)
eslint-import-resolver-typescript -

Published by JounQin over 3 years ago

2.4.0 (2021-02-16)

Features

  • remove any querystring from imports (#67) (82ef357)

Bug Fixes

  • remove .tsbuildinfo and d.ts.map files from package (#57) (15f2849)
  • remove redundant condition (#69) (ba62e65)
eslint-import-resolver-typescript -

Published by JounQin about 4 years ago

2.3.0 (2020-09-01)

Features

  • import with .js and .jsx file extensions (#56) (5340f96)
eslint-import-resolver-typescript -

Published by JounQin about 4 years ago

2.2.1 (2020-08-14)

Bug Fixes

  • replace postintall with prepare - fix #54 (f3ffd16)
eslint-import-resolver-typescript -

Published by JounQin about 4 years ago

2.2.0 (2020-07-30)

Features

  • rename option directory to project - close #23 (a662fc1)
eslint-import-resolver-typescript -

Published by JounQin about 4 years ago

2.1.0 (2020-07-30)

Bug Fixes

eslint-import-resolver-typescript -

Published by JounQin about 5 years ago

2.0.0 (2019-10-17)

Features

  • add alwaysTryTypes option, add tests (fe0aa6f)
  • replace glob with tiny-glob for faster speed, close #12 (f436627)
  • replace glob with tiny-glob for faster speed, close #12 (#13) (5f87698)
  • resolve .ts/.tsx/.d.ts first, and then fallback to @types/* (b11ede3)
  • support scoped packages from DefinitelyTyped (b4e72a5)
  • use types/typings/module first to use .d.ts whenever possible (74de3d9)

Bug Fixes

  • add pretest script which is required (1ffcd83)
  • deps: bump configurations, use resolutions to simplify tests (5eb4874)
  • only check alwaysTryTypes if foundNodePath is null (23e2e8c)
    Terms
eslint-import-resolver-typescript - v1.1.0

Published by bradzacher almost 6 years ago

  • Added support for tsconfig.json paths
eslint-import-resolver-typescript - v1.1.1

Published by bradzacher almost 6 years ago

  • Fixed #6 - Plugin fails if no baseUrl is supplied
  • Fixed #7 - resolver fails when importing a node_module ending in .js