Ecosyste.ms: OpenCollective

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

eslint-plugin-import

Maintains tools to help with requires/imports in JavaScript, including eslint-plugin-import.
Collective - Host: opensource - https://opencollective.com/eslint-plugin-import - Code: https://github.com/import-js

[Tests] add eslint-plugin-eslint-plugin internally and fix violations

This PR adds [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-esli...

github.com/import-js/eslint-plugin-import - 26f232bb678463c8030840ffbd1af491200dffa0 authored almost 5 years ago by Bryan Mishkin <[email protected]>
[Fix] `export`: Handle function overloading in `*.d.ts`

github.com/import-js/eslint-plugin-import - bbd166bfe2e5a12b58cbe803acda3e67e099562c authored almost 5 years ago by Ivan Goncharov <[email protected]>
[Fix] `extensions`: for invalid code where `name` does not exist, do not crash

Fixes #1613

github.com/import-js/eslint-plugin-import - 3908e6d349f04b5726b09479f67f937783bb7c1b authored almost 5 years ago by Jordan Harband <[email protected]>
`no-duplicates`: allow duplicate if one is namespace and other not

It is a syntax error to put both namespace and non namespace import on the same line, so allow i...

github.com/import-js/eslint-plugin-import - f84d4577dc94600e28b2071ae365d671bfc6420e authored almost 5 years ago by Stéphane Veyret <[email protected]>
[Fix] `extensions`: Fix scope regex

Fixes #1598.

github.com/import-js/eslint-plugin-import - 7e71b5090d18c0736778c6c8b5301b00c06c880b authored almost 5 years ago by Yordis Prieto Lazo <[email protected]>
[meta] Merge duplicated `Added` section; fix link

github.com/import-js/eslint-plugin-import - 71e87da176b849c90db24b0f63fd0ecab702610b authored almost 5 years ago by Masataka Pocke Kuwabara <[email protected]>
utils: v2.5.2

github.com/import-js/eslint-plugin-import - 2c57742ca3f7517f8d6a01b6a4333d9b8ef91578 authored almost 5 years ago by Jordan Harband <[email protected]>
utils: [Fix] Makes the loader resolution more tolerant

Fixes #1604. Fixes #1603.

github.com/import-js/eslint-plugin-import - cd14858e32b246bad9ecccd1c766bacf31d0aa7b authored almost 5 years ago by Maël Nison <[email protected]>
[Fix] make 'import/order' work in a monorepo setup with scoped modules

Fixes #1597

github.com/import-js/eslint-plugin-import - b4d5fd38a29073e273523e262d7d59a7c48e30fe authored almost 5 years ago by Sam Kozin <[email protected]>
[Tests] enable a skipped test that's not failing anymore

This test was added and skipped in #794 (probably since it was failing then), but it's not faili...

github.com/import-js/eslint-plugin-import - bbe456c13e91cdd64f564e2bd9540058366b38ea authored almost 5 years ago by Sam Kozin <[email protected]>
utils: [fix] prefer `createRequire` if available

github.com/import-js/eslint-plugin-import - bcd9fe80557e4824bfe27a6690d96e7e25108fba authored almost 5 years ago by Napoleon Oikonomou <[email protected]>
[readme] Remove duplicate no-unused-modules from docs

Remove no-unused-modules from Static analysis because it is already mentioned in Helpful warnings

github.com/import-js/eslint-plugin-import - 055389d425caae7219659fb97b6d0b992d2f1aaa authored almost 5 years ago by Nikolay Stoynov <[email protected]>
[meta] resolvers/*: fix prepublish script

github.com/import-js/eslint-plugin-import - d8c679584123d376d9256a6965ae5c69af7a5f95 authored almost 5 years ago by Jordan Harband <[email protected]>
Bump to v2.20.0

github.com/import-js/eslint-plugin-import - 8001916392c281f288eb5c33c6cf23dd7ab99673 authored almost 5 years ago by Jordan Harband <[email protected]>
resolvers/webpack: v0.12.1

github.com/import-js/eslint-plugin-import - a5c6908bac4f5201b38cd1378765ae8dc6af5c83 authored almost 5 years ago by Jordan Harband <[email protected]>
resolvers/node: v0.3.3

github.com/import-js/eslint-plugin-import - b9459f0ea3bc6a24f73276d5bd52651a606f965b authored almost 5 years ago by Jordan Harband <[email protected]>
utils: v2.5.1

github.com/import-js/eslint-plugin-import - 24ce28df2c5991e52e99c27b9dd9c855478862a4 authored almost 5 years ago by Jordan Harband <[email protected]>
[memo-parser] v0.2.1

github.com/import-js/eslint-plugin-import - 25895d7de4d6b8dbc0dd21f85fea62404f560315 authored almost 5 years ago by Jordan Harband <[email protected]>
[meta] copy LICENSE file to all npm packages on prepublish

github.com/import-js/eslint-plugin-import - ed41b9c8b1339b2c401388f05a735753b425f06b authored almost 5 years ago by Standa Opichal <[email protected]>
utils: Uses createRequireFromPath to resolve loaders

github.com/import-js/eslint-plugin-import - fb0cbebf02cb2b00383cc044129c1ac852c513af authored almost 5 years ago by Maël Nison <[email protected]>
[Tests] on node `v13`

github.com/import-js/eslint-plugin-import - b791ba59f5d33f448ba70dddc095039eb4e93b13 authored almost 5 years ago by Jordan Harband <[email protected]>
[patch] `no-extraneous-dependencies`: ensure `node.source` is truthy

These tests already passed, implying that #1589 is a non-issue. However,
the guards are still go...

github.com/import-js/eslint-plugin-import - f790737c07f39058592b7eb8b6cda3de72c239b9 authored almost 5 years ago by Jordan Harband <[email protected]>
[New] `order`: added `caseInsensitive` as an additional option to `alphabetize`

- imp: mutateRanksToAlphabetizeV2 added to handle case insensitive sorting
- tests: add two te...

github.com/import-js/eslint-plugin-import - c28fa7cc8af6c2277fa697212e9de7362bb1cd60 authored almost 5 years ago by dbrewer5 <[email protected]>
[Fix] `extensions`: Ignore query strings when checking for extensions.

Fixes #1567.

github.com/import-js/eslint-plugin-import - 982493d03acb30a05f46a9d41c31cf85f9acf4cb authored about 5 years ago by Pascal Corpet <[email protected]>
[New] `order` rule: add option pathGroupsExcludedImportTypes to allow ordering of external import types

github.com/import-js/eslint-plugin-import - 16ae652d4524775bbbc52934d9b0114e6be5455c authored about 5 years ago by Sebastian Große <[email protected]>
[Fix] `named`: for importing from a module which re-exports named exports from a `node_modules` module

Fixes #1446.

github.com/import-js/eslint-plugin-import - 392c6b9c44b8fab54d973b9e344ce1c0c6d1a1cc authored about 5 years ago by redbugz <[email protected]>
[Fix] `no-unused-modules`: fix usage of `import/extensions` settings

github.com/import-js/eslint-plugin-import - 4e8960dca0790388cde253bd2e016711b8dce21b authored about 5 years ago by Martin Štekl <[email protected]>
[Fix] `import/extensions`: ignore non-main modules

github.com/import-js/eslint-plugin-import - e51773956a63a67eb510d34eb27d1d353b08bfd3 authored about 5 years ago by Kagami Sascha Rosylight <[email protected]>
[Fix] `memo-parser`: add missing dependency

github.com/import-js/eslint-plugin-import - f507f38b5c51593e9528bbc1f54f02f747b5c966 authored about 5 years ago by Jordan Harband <[email protected]>
[meta] fix changelog internal-regex link

github.com/import-js/eslint-plugin-import - 2d669b19da62e8d0d0cf8bb40f95823f49c02a94 authored about 5 years ago by Jordan Harband <[email protected]>
[Fix] `order`: Fix `alphabetize` bug with `newlines-between`

Fixes #1561.

github.com/import-js/eslint-plugin-import - 614e55f8306cddd55066babcae653af9fb9ead92 authored about 5 years ago by AamuLumi <[email protected]>
[Tests] `no-extraneous-dependencies`: add test case for 2.19.1 fix

github.com/import-js/eslint-plugin-import - 977da57a21077b108b642d984a3be580cc9c3a7b authored about 5 years ago by Jordan Harband <[email protected]>
Bump to v2.19.1

github.com/import-js/eslint-plugin-import - bc3b034b59a034b4aa47b8a9e74f48fe0e14e997 authored about 5 years ago by Jordan Harband <[email protected]>
[Fix] `no-extraneous-dependencies`: ensure `node.source` exists

github.com/import-js/eslint-plugin-import - be7efb14e44c201faae9af39737a17d037162b37 authored about 5 years ago by Jordan Harband <[email protected]>
Bump to v2.19.0

github.com/import-js/eslint-plugin-import - 9b76635160cdbf4e0f1f34b9757da81aeb1882f9 authored about 5 years ago by Jordan Harband <[email protected]>
[resolvers/webpack] v0.12.0

github.com/import-js/eslint-plugin-import - 47a232e5a8e9b14484d48c7ad7c1879dee1dc6bc authored about 5 years ago by Jordan Harband <[email protected]>
[resolvers/webpack] [deps] update `debug`, `enhanced-resolve`, `has`, `interpret`, `lodash`, `resolve`, `semver`

github.com/import-js/eslint-plugin-import - 26ad476cbc0da3469acd25a35ddac4d111fb565e authored about 5 years ago by Jordan Harband <[email protected]>
[resolvers/node] [Deps] update `resolve`

github.com/import-js/eslint-plugin-import - 3f0e8f3553266fa6abf74efd822e41e1991a20a6 authored about 5 years ago by Jordan Harband <[email protected]>
bump utils to v2.5.0

github.com/import-js/eslint-plugin-import - 7190c3e927550e48d8e4e7d5383f4e1bff9253ea authored about 5 years ago by Jordan Harband <[email protected]>
chore: add FUNDING.yml for GitHub sponsors

github.com/import-js/eslint-import-resolver-typescript - ef5c33d3bc561e1ef34539b752b40de1685e5454 authored about 5 years ago by JounQin <[email protected]>
[meta] add missing changelog entry from #1506

github.com/import-js/eslint-plugin-import - a0614a7871682b33915a83e2885b5c8fc85eb1a1 authored about 5 years ago by Jordan Harband <[email protected]>
[Refactor] `no-unused-modules`/`es-modules-utils`: Avoid superfluous calls and code

github.com/import-js/eslint-plugin-import - 14c71a3fde4611226320c6fc1eb6ebbb6115f61d authored about 5 years ago by Brett Zamir <[email protected]>
[Fix] `no-extraneous-dependencies`: Add support for `export from`

Fixes #1049.

github.com/import-js/eslint-plugin-import - 99b3fbf8f25686aa86ba80661e5ba94d85e8f3d3 authored about 5 years ago by Marcus Armstrong <[email protected]>
[flow] `no-unused-modules`: add flow type support

github.com/import-js/eslint-plugin-import - 05085bbdafa624d8cf6a765b9e078c41c931679b authored about 5 years ago by René Fermann <[email protected]>
chore: bump (dev)Dependencies, test GitHub Actions

github.com/import-js/eslint-import-resolver-typescript - b2098a3e9f111bb0bbe0994bcd6fd5fac59418b7 authored about 5 years ago by JounQin <[email protected]>
chore: use union config, add breaking notice, close #30

github.com/import-js/eslint-import-resolver-typescript - 68f45cdf809305f38110f0609804395fd770e629 authored about 5 years ago by JounQin <[email protected]>
[Fix] `no-extraneous-dependencies`: Exclude flow `typeof` imports

Co-authored-by: Devon Govett <[email protected]>
Co-authored-by: Jordan Harband <ljharb@gmai...

github.com/import-js/eslint-plugin-import - f2db74a347a030c15a387826500cdc98203eac1e authored about 5 years ago by Devon Govett <[email protected]>
[New] `import/default`: support default export in TSExportAssignment

Fixes #1527

github.com/import-js/eslint-plugin-import - 381267a88f9a71feac1454ea2bf50efdd69be09e authored about 5 years ago by João Vieira <[email protected]>
[fix] TypeScript config: lookup for external modules in @types folder

github.com/import-js/eslint-plugin-import - ae747c0cc34e6105486fe6334bac49183c7c01ff authored about 5 years ago by João Vieira <[email protected]>
[Fix] `extensions`: Fix `ignorePackages` to produce errors

github.com/import-js/eslint-plugin-import - 568ca430e3114c582e0ae49509ce294347f6e722 authored about 5 years ago by Kagami Sascha Rosylight <[email protected]>
[meta] Fix eslint comma-dangle violations

github.com/import-js/eslint-plugin-import - 1b96580940dd21c6e05c343496412e0e6df192c2 authored about 5 years ago by Brendan Abbott <[email protected]>
When populating ExportMap, only load file if it's not ignored

github.com/import-js/eslint-plugin-import - fb8ae719e0a8e28ef0776545ae02350a0e5e17f5 authored about 5 years ago by Brendan Abbott <[email protected]>
[Tests] `no-cycle`: Restructure test files

github.com/import-js/eslint-plugin-import - 429f3f60238356d1d6c1019be988bccad7def0e0 authored about 5 years ago by Ivan Rubinson <[email protected]>
[Docs] `no-useless-path-segments`: add docs for option `commonjs`

github.com/import-js/eslint-plugin-import - 2cdfc19d44cbe4a7faa22dc00a91291340bacca5 authored about 5 years ago by Chiawen Chen <[email protected]>
[Fix] false positive for prefer-default-export with type export

github.com/import-js/eslint-plugin-import - 15ba863914fc041dcdc399df1a79784b0ba8354f authored about 5 years ago by Chiawen Chen <[email protected]>
chore: bump (dev)Dependencies

github.com/import-js/eslint-import-resolver-typescript - 59645b1b96ab869673a8cff11b7729201496662a authored about 5 years ago by JounQin <[email protected]>
[New] enable passing cwd as an option to `eslint-import-resolver-webpack`

This enables users to change the lookup of the webpack module
for the resolve functionality shou...

github.com/import-js/eslint-plugin-import - 414c9233386e5a4e525364f8a24a59b84dbae877 authored about 5 years ago by David Aghassi <[email protected]>
Fix spelling of “TypeScript”

github.com/import-js/eslint-plugin-import - b280acdce76cb209564451805687eb244ef9799d authored about 5 years ago by Jakob Krigovsky <[email protected]>
[Fix] `no-unused-modules`: fix crash due to `export *`

github.com/import-js/eslint-plugin-import - 0cd5e438728a44b15899e0029865dfa6752170be authored about 5 years ago by Yoann Prot <[email protected]>
Fixes repository field in package.json

github.com/import-js/eslint-import-resolver-typescript - 0b2a1e5ccdf4b69bdb2ed26a8775d445be83e8ff authored about 5 years ago by Alex Gorbatchev <[email protected]>
[Fix] `named`/`ExportMap`: Fix ExportMap for a merged typescript namespace

A typescript namespace may be declared multiple times, it is then merged
together and considered...

github.com/import-js/eslint-plugin-import - c14c9bd665525865f023b7214bbaf3d0124563dd authored about 5 years ago by Ben Munro <[email protected]>
chore: migrate from @1stg/rollup-config to @pkgr/rollup

github.com/import-js/eslint-import-resolver-typescript - 2a9b4fe64c383771b6e97287c2e23d2e918c6604 authored about 5 years ago by JounQin <[email protected]>
chore: remove redundant tsconfig.json in src

github.com/import-js/eslint-import-resolver-typescript - f0659dc970bd341d1a497c011ff765ad20603f3e authored about 5 years ago by JounQin <[email protected]>
fix: add pretest script which is required

github.com/import-js/eslint-import-resolver-typescript - 1ffcd834931ebc1f721543ed89d071a91fadb1ae authored about 5 years ago by JounQin <[email protected]>
[Fix] `no-cycle`: should not warn for Flow imports

github.com/import-js/eslint-plugin-import - 21bf8c665f15647f8fa9651b61a5332b8c26cd83 authored about 5 years ago by Maxim Malov <[email protected]>
[fix] `importType`: Accept '@example' as internal

Fixes #1379

github.com/import-js/eslint-plugin-import - 2d3d045de9c1c2ee32872076f103934014e25fad authored about 5 years ago by AamuLumi <[email protected]>
Resolve files with jsx extension (#28)

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

github.com/import-js/eslint-import-resolver-typescript - 6dfa06071e9d737cf1ce14ccb7224bc6c99c8d66 authored about 5 years ago by Maciek Pekala <[email protected]>
Chore/merge (#27)

Chore/merge

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

github.com/import-js/eslint-import-resolver-typescript - 28229bf52408487f781abaf3a5759dd30b08a04d authored about 5 years ago by JounQin <[email protected]>
[new] `core`: add internal-regex setting for marking packages as internal

github.com/import-js/eslint-plugin-import - c37e42f3cb9c7dc7739e052aa32b570059469362 authored about 5 years ago by Liqueur Librazy <[email protected]>
Merge remote-tracking branch 'upstream/master' into chore/merge

github.com/import-js/eslint-import-resolver-typescript - 970b2ef5c59e12e301d3bab024c36f8a77e10a7c authored about 5 years ago by JounQin <[email protected]>
Upgrades dependencies

github.com/import-js/eslint-import-resolver-typescript - 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/*

github.com/import-js/eslint-import-resolver-typescript - 6bb231e10ae44cb3728a40390d6df373cd87ac5e authored about 5 years ago by Alex Gorbatchev <[email protected]>
feat: replace glob with tiny-glob for faster speed, close #12 (#13)

github.com/import-js/eslint-import-resolver-typescript - 5f8769830abcbb87e67e5788d4bbcda7a5e632c7 authored over 5 years ago by JounQin <[email protected]>
feat: replace glob with tiny-glob for faster speed, close #12

github.com/import-js/eslint-import-resolver-typescript - f436627deb910afb332d6de9764a13f05b231dab authored over 5 years ago by JounQin <[email protected]>
fix(deps): bump configurations, use resolutions to simplify tests

github.com/import-js/eslint-import-resolver-typescript - 5eb48749870f8bcc5ff246a39d15daf19d11af39 authored over 5 years ago by JounQin <[email protected]>
chore(deps): upgrade configurations

github.com/import-js/eslint-import-resolver-typescript - 702f390bb776c1e5e6f3403f44a6c2c85d696e9e authored over 5 years ago by JounQin <[email protected]>
Merge pull request #1475 from golopot/eslint

[eslint] make CI lint tests, utils, resolvers, ...etc

github.com/import-js/eslint-plugin-import - 813a116f93d160d349631ee5598fd387a38a9d1e authored over 5 years ago by Jordan Harband <[email protected]>
[eslint] increase severity of rules; `eslint --quiet --fix`

github.com/import-js/eslint-plugin-import - c3cad519c448bf28dfb664b1c23b2629755289c6 authored over 5 years ago by Chiawen Chen <[email protected]>
[eslint] manually fix `no-unused-vars`

github.com/import-js/eslint-plugin-import - e5967f99fa112bc1c9917a5cf3906f602dfb202f authored over 5 years ago by Chiawen Chen <[email protected]>
[eslint] make CI lint everything

github.com/import-js/eslint-plugin-import - 5edc3e6d72c6d73fd4bc0add1c6a01dc35af6055 authored over 5 years ago by Chiawen Chen <[email protected]>
chore: remove travis related content

github.com/import-js/eslint-import-resolver-typescript - 4f42ecef64630bb8f665984209663ca80dc42ac9 authored over 5 years ago by JounQin <[email protected]>
ci: try to fix test error on CI due to glob

github.com/import-js/eslint-import-resolver-typescript - 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

github.com/import-js/eslint-import-resolver-typescript - 33696a818e6e461be56b158d4379ef41a2ce3cd3 authored over 5 years ago by JounQin <[email protected]>
chore(test): add back unexpectedly removed test cases

github.com/import-js/eslint-import-resolver-typescript - bbe6d5dbb30b5b3653b130c81f0867a1a6c9aaa3 authored over 5 years ago by JounQin <[email protected]>
chore(release): bump version, improve README

github.com/import-js/eslint-import-resolver-typescript - f937947555058b069b7ac625ee344c40a90c0cf2 authored over 5 years ago by JounQin <[email protected]>
refactor: change code base to TypeScript, better workflow

github.com/import-js/eslint-import-resolver-typescript - 8ac122efbf305e9e2fe9783576fb159ed7981b9b authored over 5 years ago by JounQin <[email protected]>
chore: add missing codechecks configuration file

github.com/import-js/eslint-import-resolver-typescript - 5d774538f546312e3dbfcea875841eef3a27bbdc authored over 5 years ago by JounQin <[email protected]>
docs: update README, upgrade dependencies and release v0.2.0

github.com/import-js/eslint-import-resolver-typescript - 7d89fd3bc300c52982fa5241c9f90e912aa1eb7b authored over 5 years ago by JounQin <[email protected]>
[FEAT] Support multiple tsconfigs (#9)

[FEAT] Support multiple tsconfigs

github.com/import-js/eslint-import-resolver-typescript - 9121f0bf721154e847530a384019d8ccaea2675a authored over 5 years ago by JounQin <[email protected]>
Merge remote-tracking branch 'upstream2/master' into support-multiple-tsconfigs-2

github.com/import-js/eslint-import-resolver-typescript - 6e54fc87de0fef3909420f952e7f8b2c612a934b authored over 5 years ago by Teoxoy <[email protected]>
chore: rename package and publish to npm

github.com/import-js/eslint-import-resolver-typescript - 0fa26281e2467c4e404f561099ddebf6c12e929c authored over 5 years ago by JounQin <[email protected]>
[New] `group-exports`: make aggregate module exports valid

github.com/import-js/eslint-plugin-import - 2e047e65882e265c821822e45b31b8bf3b7e50d3 authored over 5 years ago by Attila Bartha <[email protected]>
[fix] `default`: make error message less confusing

Fixes #751, fixes #786

github.com/import-js/eslint-plugin-import - 726dda5e8f4e2e293dcde3c6d5633b1d845cc085 authored over 5 years ago by Chiawen Chen <[email protected]>
[fix] `prefer-default-export`: fix cases when exporting array destructuring

Fixes #706

github.com/import-js/eslint-plugin-import - 370480171e99241980f7251a19049c1973fcaad9 authored over 5 years ago by Chiawen Chen <[email protected]>
[Dev Deps] update `babylon`, `coveralls`, `rimraf`, `semver`

github.com/import-js/eslint-plugin-import - f235aab54ce7a5145fd8dd15e158a4988c1881c9 authored over 5 years ago by Jordan Harband <[email protected]>