Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/un-ts/eslint-import-resolver-ts

This plugin adds TypeScript support to `eslint-plugin-import`.
https://github.com/un-ts/eslint-import-resolver-ts

chore(release): 0.5.0

afad677ea326ec532548138b6e78448ab31edfc1 authored over 4 years ago by runner <[email protected]>
chore: bump (dev)Dependencies

5a9042a82899fc4bce554fbec08431db72e9d149 authored over 4 years ago by JounQin <[email protected]>
chore: rename to eslint-import-resolver-ts

f0309ac6581c12a691c7f3b0f6789874c46e29b9 authored over 4 years ago by JounQin <[email protected]>
chore: add prepublishOnly script for security

afbcdec1205a5627e0ac7c03d65d369e62a3738d authored over 4 years ago by JounQin <[email protected]>
fix: options could be null - close #42

81db8eb0ae81af437e11b6341d8f237bc4bc4e39 authored over 4 years ago by JounQin <[email protected]>
test: lint test folders specifically - close #43

03d501771a028708d10335db1cc70e1c847188b6 authored over 4 years ago by JounQin <[email protected]>
fix: typo (#40)

585509e95f93adf8b7ef5839029c19c55edbe76e authored almost 5 years ago by dnalborczyk <[email protected]>
chore: add FUNDING.yml for GitHub sponsors

ef5c33d3bc561e1ef34539b752b40de1685e5454 authored about 5 years ago by JounQin <[email protected]>
chore: bump (dev)Dependencies, test GitHub Actions

b2098a3e9f111bb0bbe0994bcd6fd5fac59418b7 authored about 5 years ago by JounQin <[email protected]>
chore: use union config, add breaking notice, close #30

68f45cdf809305f38110f0609804395fd770e629 authored about 5 years ago by JounQin <[email protected]>
chore(release): 2.0.0

04987b10aeb287ffa18373243303acf35658099c authored about 5 years ago by JounQin <[email protected]>
chore: bump (dev)Dependencies

59645b1b96ab869673a8cff11b7729201496662a authored about 5 years ago by JounQin <[email protected]>
Fixes repository field in package.json

0b2a1e5ccdf4b69bdb2ed26a8775d445be83e8ff authored about 5 years ago by Alex Gorbatchev <[email protected]>
chore: migrate from @1stg/rollup-config to @pkgr/rollup

2a9b4fe64c383771b6e97287c2e23d2e918c6604 authored about 5 years ago by JounQin <[email protected]>
chore: remove redundant tsconfig.json in src

f0659dc970bd341d1a497c011ff765ad20603f3e authored about 5 years ago by JounQin <[email protected]>
fix: add pretest script which is required

1ffcd834931ebc1f721543ed89d071a91fadb1ae authored about 5 years ago by JounQin <[email protected]>
Resolve files with jsx extension (#28)

Co-authored-by: JounQin <[email protected]>

6dfa06071e9d737cf1ce14ccb7224bc6c99c8d66 authored about 5 years ago by Maciek Pekala <[email protected]>
Chore/merge (#27)

Chore/merge

Co-authored-by: Teodor Tanasoaia <[email protected]>

28229bf52408487f781abaf3a5759dd30b08a04d authored about 5 years ago by JounQin <[email protected]>
Merge remote-tracking branch 'upstream/master' into chore/merge

970b2ef5c59e12e301d3bab024c36f8a77e10a7c authored about 5 years ago by JounQin <[email protected]>
2.0.0

0cbd3855d50df491c4a8ad4c9aa4eeb8fc87443e authored about 5 years ago by Alex Gorbatchev <[email protected]>
Upgrades dependencies

84db63d413be686744b496f4669fabf581bf28c0 authored about 5 years ago by Alex Gorbatchev <[email protected]>
Merge pull request #20 from rx-ts/feat/resolve_dts

resolve .ts/.tsx/.d.ts first, and then fallback to @types/*

6bb231e10ae44cb3728a40390d6df373cd87ac5e authored about 5 years ago by Alex Gorbatchev <[email protected]>
chore(release): 0.4.0

d81f8ee022278e2824124a6dc971af648f7c2713 authored over 5 years ago by JounQin <[email protected]>
feat: replace glob with tiny-glob for faster speed, close #12 (#13)

5f8769830abcbb87e67e5788d4bbcda7a5e632c7 authored over 5 years ago by JounQin <[email protected]>
feat: replace glob with tiny-glob for faster speed, close #12

f436627deb910afb332d6de9764a13f05b231dab authored over 5 years ago by JounQin <[email protected]>
fix(deps): bump configurations, use resolutions to simplify tests

5eb48749870f8bcc5ff246a39d15daf19d11af39 authored over 5 years ago by JounQin <[email protected]>
chore(deps): upgrade configurations

702f390bb776c1e5e6f3403f44a6c2c85d696e9e authored over 5 years ago by JounQin <[email protected]>
chore: remove travis related content

4f42ecef64630bb8f665984209663ca80dc42ac9 authored over 5 years ago by JounQin <[email protected]>
ci: try to fix test error on CI due to glob

f20d56ce4d2e3cac2445eaab900fc91f1765fd6b authored over 5 years ago by JounQin <[email protected]>
chore: stricter lint rules for tests

test codes should also be considered as source codes

33696a818e6e461be56b158d4379ef41a2ce3cd3 authored over 5 years ago by JounQin <[email protected]>
chore(test): add back unexpectedly removed test cases

bbe6d5dbb30b5b3653b130c81f0867a1a6c9aaa3 authored over 5 years ago by JounQin <[email protected]>
chore(release): 0.3.0

8db18f7f08bd19a7821599336f895075beeacf29 authored over 5 years ago by JounQin <[email protected]>
chore(release): bump version, improve README

f937947555058b069b7ac625ee344c40a90c0cf2 authored over 5 years ago by JounQin <[email protected]>
chore: add missing codechecks configuration file

5d774538f546312e3dbfcea875841eef3a27bbdc authored over 5 years ago by JounQin <[email protected]>
refactor: change code base to TypeScript, better workflow

8ac122efbf305e9e2fe9783576fb159ed7981b9b authored over 5 years ago by JounQin <[email protected]>
docs: update README, upgrade dependencies and release v0.2.0

7d89fd3bc300c52982fa5241c9f90e912aa1eb7b authored over 5 years ago by JounQin <[email protected]>
[FEAT] Support multiple tsconfigs (#9)

[FEAT] Support multiple tsconfigs

9121f0bf721154e847530a384019d8ccaea2675a authored over 5 years ago by JounQin <[email protected]>
Merge remote-tracking branch 'upstream2/master' into support-multiple-tsconfigs-2

6e54fc87de0fef3909420f952e7f8b2c612a934b authored over 5 years ago by Teoxoy <[email protected]>
chore: rename package and publish to npm

0fa26281e2467c4e404f561099ddebf6c12e929c authored over 5 years ago by JounQin <[email protected]>
update docs to include info about multiple configs

af7cfad664826123260544eb7adc2f00118c2e69 authored over 5 years ago by Teoxoy <[email protected]>
fix json syntax highlighting

52159fa26512a7119fad1f006a1750e055934a26 authored over 5 years ago by Teoxoy <[email protected]>
add test for multiple tsconfigs

6954be18aa0175d8b6197445d0bc7784205513af authored over 5 years ago by Teoxoy <[email protected]>
support glob patterns

7c85bfac858ff1e4536c0e8f1cda8de0087d0a36 authored over 5 years ago by Teoxoy <[email protected]>
add support for multiple tsconfigs

ad337809a5c287f795e328cbc7a1eeefdfbe0ad9 authored over 5 years ago by Teoxoy <[email protected]>
fix: only check alwaysTryTypes if foundNodePath is null

23e2e8cf71ee6c19da9f55e85b2ab34543d2a12e authored over 5 years ago by JounQin <[email protected]>
feat: add alwaysTryTypes option, add tests

fe0aa6f0001904274c122d78cf0fd0757005b61f authored over 5 years ago by JounQin <[email protected]>
chore: use concat instead of unshift

4f9c6dc691fed2a2073b5cbb52b6afd924b921d4 authored over 5 years ago by JounQin <[email protected]>
feat: support scoped packages from DefinitelyTyped

b4e72a54966bda12ef70791f09df5cbe0f04b889 authored over 5 years ago by JounQin <[email protected]>
feat: use types/typings/module first to use .d.ts whenever possible

74de3d9fa2552b5d1b0eb799638a657c9af67887 authored over 5 years ago by JounQin <[email protected]>
feat: resolve .ts/.tsx/.d.ts first, and then fallback to @types/*

b11ede3c9fafbc548db011729fd64e958cde6e51 authored over 5 years ago by JounQin <[email protected]>
[DOCS] Updates reference to parser (#14)

Follow-up to [this commit](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/c...

18eafa26db7cee5fcdbccfe211d1c412a1e899b9 authored almost 6 years ago by Jason Hoch <[email protected]>
Update README.md

af4444181008fcc205c183adccd1352c19a9503d authored almost 6 years ago by Brad Zacher <[email protected]>
Merge pull request #12 from ajfuller/patch-1

Change recommended configuration to use plugin-specific parser rather than changing global parser

55e37e497a236f0af9c008e0704c9db3eb028f73 authored almost 6 years ago by Alex Gorbatchev <[email protected]>
Change recommended configuration so that the `typescript-eslint-parser` is only used for `import` plugin rather than globally

Presumably this is being used while people convert over to TypesScript, so scoping it to the ind...

5cd4eb08dd68e3bb16e9f9a1afde9a62d550025a authored almost 6 years ago by Andrew Fuller <[email protected]>
Merge pull request #9 from bradzacher/add-travis

[TEST] Add travis

04f5d6c2e1b0dbe3f294ad005ce49d2c7893e978 authored about 6 years ago by Alex Gorbatchev <[email protected]>
format

ce6458068a38bd1e6850b72f2dc77d8a71777d90 authored about 6 years ago by Brad Zacher <[email protected]>
Merge master into add-travis

e6c1382a7622e04fe55838c1cc23d43cc6cbe8e2 authored about 6 years ago by Brad Zacher <[email protected]>
drop node 6 compatability

3321b98647416ade0d45bce4ba4a75340f4c76f6 authored about 6 years ago by Brad Zacher <[email protected]>
Merge pull request #11 from chrisblossom/master

add missing "settings" object to eslint example configuration

989beaeac7240333dde996056742bfff451b30a6 authored about 6 years ago by Alex Gorbatchev <[email protected]>
add missing settings to eslint example configuration and add editor files to gitignore

8c24040fdb5c537d56153ff64a6663cf7aa2ee5a authored about 6 years ago by Chris Blossom <[email protected]>
fixed module breaking on node 6

04a9513e924a94c4621322e13d39234f52d808f2 authored about 6 years ago by Brad Zacher <[email protected]>
Updated the README

a99870f3524f191134a4e44dc8d57d1ee04d2b2b authored about 6 years ago by Brad Zacher <[email protected]>
[TEST] add travis config

1dbaa5f31d44848b7ef83dce368a53ee00d0ba0b authored about 6 years ago by Brad Zacher <[email protected]>
v1.1.1

75cfb50c62d941a05d306ec88c6f03688cd8f039 authored about 6 years ago by Brad Zacher <[email protected]>
[FIX] Don't require baseUrl (#8)

Fixes #6

9c37a6cf1fbc2c563ca79d61523ef0affd8badd2 authored about 6 years ago by Brad Zacher <[email protected]>
[FIX] #7 node_modules with .js in the name (#5)

Fixes #7

f82c1ff3bb3672b647d85c800302a11d27ff0850 authored about 6 years ago by Veniamin Krol <[email protected]>
[CHORE] Fixes README so that JSON comments aren't red

5e52af3f11fb0f1194c5d8f890bfad4fe0e56780 authored about 6 years ago by Alex Gorbatchev <[email protected]>
v1.1.0

401d37b58895080c6be8c75edbc59e1b83d67ba7 authored about 6 years ago by Brad Zacher <[email protected]>
[CHORE] bump version for pre-release

64e7cf5780f66813e9e6cae710fd11eb1b434515 authored about 6 years ago by Brad Zacher <[email protected]>
[TEST] Add test cases (#4)

Added some test cases to sanity check the config.

ef46cd380aeb2fb1e6629cc1b98325fb027c93de authored about 6 years ago by Brad Zacher <[email protected]>
Merge pull request #3 from bradzacher/2-tsconfig-paths

[FEAT] #2 added support for tsconfig paths

b72325cff502a7c531937009e9cda4955146a8e7 authored about 6 years ago by Alex Gorbatchev <[email protected]>
[FEAT] #2 added support for tsconfig paths

87a9e00f92c7313dda0e57b0b8ed8b0d74abef39 authored over 6 years ago by Brad Zacher <[email protected]>
1.0.2

584e1e5846d3a81c2c4dc5c26eac0940849b684d authored about 7 years ago by Alex Gorbatchev <[email protected]>
Adds .d.ts extension

7194f48025e7fa658f37e32bd9ba43b748345437 authored about 7 years ago by Alex Gorbatchev <[email protected]>
1.0.1

9018cfdcbe6cf0a40521358bb749172f317891dd authored about 7 years ago by Alex Gorbatchev <[email protected]>
Removes trailing comma

f312fa756236bca633b9a9a48251d3862abc2731 authored about 7 years ago by Alex Gorbatchev <[email protected]>
Renames module to eslint-import-resolver-typescript

555a1ec662038f0d6f92ca3ce1f37060efc41143 authored about 7 years ago by Alex Gorbatchev <[email protected]>
1.0.0

33e49e485d8d62dff53b82e964708c366d281428 authored over 7 years ago by Alex Gorbatchev <[email protected]>
Initial commit

f8cc3313adfe75a1b780943388f38ddec5f26760 authored over 7 years ago by Alex Gorbatchev <[email protected]>