Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/import-js/eslint-plugin-import
ESLint plugin with rules that help validate proper imports.
https://github.com/import-js/eslint-plugin-import
[import/no-unused-modules] Add an option to ignore typescript types
demedos opened this issue almost 2 years ago
demedos opened this issue almost 2 years ago
[import/no-unused-modules] Doesn't detect unused exports through an export all
jquense opened this issue almost 2 years ago
jquense opened this issue almost 2 years ago
`import/order` not respecting `builtin`
thernstig opened this issue almost 2 years ago
thernstig opened this issue almost 2 years ago
[import/order] Regression in behavior with parent and sibling
JohnnyDevNull opened this issue almost 2 years ago
JohnnyDevNull opened this issue almost 2 years ago
import/order relative import sorting order changed in 2.27.0
remcohaszing opened this issue almost 2 years ago
remcohaszing opened this issue almost 2 years ago
upgrade minimatch to @5
m-shaka opened this pull request almost 2 years ago
m-shaka opened this pull request almost 2 years ago
[no-unused-modules] Error with ESLint configuration non-standard name
regseb opened this issue almost 2 years ago
regseb opened this issue almost 2 years ago
[newline-after-import] Ignore comments between imports
regseb opened this issue almost 2 years ago
regseb opened this issue almost 2 years ago
Error: Failed to load plugin 'import' declared in '.eslintrc': Cannot find module 'typescript/package.json' 2.27.0
DerekWW opened this issue almost 2 years ago
DerekWW opened this issue almost 2 years ago
Improve resolve performance with many files
marvinhagemeister opened this pull request almost 2 years ago
marvinhagemeister opened this pull request almost 2 years ago
Not resolving `tsconfig` paths
SimonCockx opened this issue almost 2 years ago
SimonCockx opened this issue almost 2 years ago
Add a quick note on how unbound imports and --fix
minervabot opened this pull request about 2 years ago
minervabot opened this pull request about 2 years ago
[Tests] `import/order`: add test cases for type imports order
7nik opened this pull request about 2 years ago
7nik opened this pull request about 2 years ago
New typescript flow rule
azyzz228 opened this pull request about 2 years ago
azyzz228 opened this pull request about 2 years ago
Perf: Optimize ignoreModule calls in no-cycle
DHedgecock opened this pull request about 2 years ago
DHedgecock opened this pull request about 2 years ago
import/no-unresolved false positive with locally installed npm package
sergioadimedia opened this issue about 2 years ago
sergioadimedia opened this issue about 2 years ago
`node:test` is not considered a builtin module by `import/order`
remcohaszing opened this issue about 2 years ago
remcohaszing opened this issue about 2 years ago
[New] `extensions`: add auto fixer!
kumavis opened this pull request about 2 years ago
kumavis opened this pull request about 2 years ago
[refactor] namespace parent member expression validation into separate helper function
azyzz228 opened this pull request about 2 years ago
azyzz228 opened this pull request about 2 years ago
Remove duplicate identifiers in duplicate imports
joe-matsec opened this pull request about 2 years ago
joe-matsec opened this pull request about 2 years ago
feat(IgnoreImports): allow ignored imports in no-extraneous-dependency
kopax-polyconseil opened this pull request over 2 years ago
kopax-polyconseil opened this pull request over 2 years ago
[Feature Request] Support new ESLint flat config
TomerAberbach opened this issue over 2 years ago
TomerAberbach opened this issue over 2 years ago
[Suggestion]: `import/named-order` : Enforce to sort specifiers of import, export, require
ronparkdev opened this issue over 2 years ago
ronparkdev opened this issue over 2 years ago
[New] add `named-order` rule to sort specifiers of import, export, require
ronparkdev opened this pull request over 2 years ago
ronparkdev opened this pull request over 2 years ago
[import/named] will report error upon "export * from"
xsjcTony opened this issue over 2 years ago
xsjcTony opened this issue over 2 years ago
[import/no-restricted-paths] array not allowed for target
drwpow opened this issue over 2 years ago
drwpow opened this issue over 2 years ago
[import/extensions] Option to enforce extensions for type-only imports
trevor-scheer opened this issue over 2 years ago
trevor-scheer opened this issue over 2 years ago
`import/namespace` in combination with `@vercel/node` is increasing the linting time by a factor of x80
ChristianIvicevic opened this issue over 2 years ago
ChristianIvicevic opened this issue over 2 years ago
`newline-after-import` not accepts `considerComments` prop
slice312 opened this issue over 2 years ago
slice312 opened this issue over 2 years ago
Adopt ESLint core `sort-imports` rule into `import/order`
JounQin opened this issue over 2 years ago
JounQin opened this issue over 2 years ago
feat: support extra `options` argument for resolver
JounQin opened this pull request over 2 years ago
JounQin opened this pull request over 2 years ago
eslint-plugin-import breaks if package.json is not in parent directory to the linted code
trumko opened this issue over 2 years ago
trumko opened this issue over 2 years ago
[no-extraneous-dependencies] no error when `@types` package not listed in dependencies
DetachHead opened this issue over 2 years ago
DetachHead opened this issue over 2 years ago
feat: replace tsconfig-paths + typescript with get-tsconfig
JounQin opened this pull request over 2 years ago
JounQin opened this pull request over 2 years ago
[New] `no-extraneous-dependencies`: Add `considerInParents` option
luxaritas opened this pull request over 2 years ago
luxaritas opened this pull request over 2 years ago
[Tests] `order`: groups in groups (failing test only)
bobaaaaa opened this pull request over 2 years ago
bobaaaaa opened this pull request over 2 years ago
[Deps] upgrade tsconfig-paths to ^4.0.0
F3n67u opened this pull request over 2 years ago
F3n67u opened this pull request over 2 years ago
import/no-named-as-default-member conflicts with nodejs recommendation for CJS modules
wight554 opened this issue over 2 years ago
wight554 opened this issue over 2 years ago
import/no-cycle should stop looking for cycles when it imports from a rule disabled folder
georeith opened this issue over 2 years ago
georeith opened this issue over 2 years ago
Change the way existence of the path is checked.
lerayne opened this pull request over 2 years ago
lerayne opened this pull request over 2 years ago
Invalid eslint error for "import/no-extraneous-dependencies" when it's reference self
lygstate opened this issue over 2 years ago
lygstate opened this issue over 2 years ago
[Fix] `no-unused-modules`: false positive regarding `missingExports` for re-exports
robin-hartmann opened this pull request almost 3 years ago
robin-hartmann opened this pull request almost 3 years ago
Add no-shallow-imports rule
joshuason opened this pull request almost 3 years ago
joshuason opened this pull request almost 3 years ago
[import/no-unresolved] when using with typescript and "paths" option
kristijorgji opened this issue almost 3 years ago
kristijorgji opened this issue almost 3 years ago
[Fix] Drop NoFilesFoundError for ignoreExports
Sleavely opened this pull request almost 3 years ago
Sleavely opened this pull request almost 3 years ago
no-unused-modules needs an ignoreImports option
saiichihashimoto opened this issue almost 3 years ago
saiichihashimoto opened this issue almost 3 years ago
Error while loading rule 'import/no-unused-modules': Cannot read properties of undefined (reading 'get')
tomdglenn91 opened this issue almost 3 years ago
tomdglenn91 opened this issue almost 3 years ago
[import/no-internal-modules] path normalisation makes preventing package internal imports impossible
gordonmleigh opened this issue almost 3 years ago
gordonmleigh opened this issue almost 3 years ago
[Tests] test on `@babel/eslint-parser`
sosukesuzuki opened this pull request almost 3 years ago
sosukesuzuki opened this pull request almost 3 years ago
[Refactor] `no-extraneous-dependencies` improve performance
meowtec opened this pull request almost 3 years ago
meowtec opened this pull request almost 3 years ago
import/extensions with alias starting with @
tuanalumi opened this issue almost 3 years ago
tuanalumi opened this issue almost 3 years ago
Huge `import/no-cycle` performance downgrade in 2.25.3
zaicevas opened this issue almost 3 years ago
zaicevas opened this issue almost 3 years ago
`default`, `export`, and `namespace` rules should be disabled in the `typescript` config.
Jercik opened this issue about 3 years ago
Jercik opened this issue about 3 years ago
`import/namespace` is very slow
aaronadamsCA opened this issue about 3 years ago
aaronadamsCA opened this issue about 3 years ago
[import/no-unused-modules] Typescript `namespace` usage results in false positive
UwaisA opened this issue about 3 years ago
UwaisA opened this issue about 3 years ago
Ensure packages are imported the same way (`import "react"` vs `import("react")`)
fregante opened this issue about 3 years ago
fregante opened this issue about 3 years ago
fix: detect case-sensitive filesystems correctly under yarn PnP
charlessuh opened this pull request about 3 years ago
charlessuh opened this pull request about 3 years ago
Add new rule `module-boundary`
artursvonda opened this pull request about 3 years ago
artursvonda opened this pull request about 3 years ago
Add option for ignoring `no-extraneous-dependencies` by package name
SnO2WMaN opened this issue about 3 years ago
SnO2WMaN opened this issue about 3 years ago
False "Multiple exports of name" error when two "export * as ..." contain same name [import/export]
butterybread opened this issue about 3 years ago
butterybread opened this issue about 3 years ago
[Fix] add missing optional peer dependencies
jdanil opened this pull request about 3 years ago
jdanil opened this pull request about 3 years ago
[Fix] `extensions`: resolve type-only imports with TypeScript resolver
jablko opened this pull request about 3 years ago
jablko opened this pull request about 3 years ago
[Fix] `no-duplicates` now removes duplicate import specifiers and sorts specifiers alphabetically #1812 #1956
fingerartur opened this pull request about 3 years ago
fingerartur opened this pull request about 3 years ago
Rule import/no-deprecated not working
painkkiller opened this issue about 3 years ago
painkkiller opened this issue about 3 years ago
import/first conflicts with Vue3 <script> and <script setup>
wsw70 opened this issue over 3 years ago
wsw70 opened this issue over 3 years ago
[Docs] order: update the description of the `pathGroupsExcludedImportTypes` option
liby opened this pull request over 3 years ago
liby opened this pull request over 3 years ago
[New] give resolvers access to parserServices
jablko opened this pull request over 3 years ago
jablko opened this pull request over 3 years ago
[New] no extraneous type-only dependencies
jablko opened this pull request over 3 years ago
jablko opened this pull request over 3 years ago
import/extensions: Reverse logic of `ignorePackages` with `never`
Drafter500 opened this pull request over 3 years ago
Drafter500 opened this pull request over 3 years ago
[New] `no-duplicates`: add `combineTypeImports` option to de-duplicate flow type imports
christianvuerings opened this pull request over 3 years ago
christianvuerings opened this pull request over 3 years ago
Auto fix of import without extension
coderaiser opened this issue over 3 years ago
coderaiser opened this issue over 3 years ago
False positive of `no-import-module-exports` on `module` variable defined in the module
zloirock opened this issue over 3 years ago
zloirock opened this issue over 3 years ago
Upgrade: Debug Library to 4.3.2
sandeshvijayraj opened this pull request over 3 years ago
sandeshvijayraj opened this pull request over 3 years ago
`no-extraneous-dependencies` causes errors for not imported `@types/*`
alan-albuquerque opened this issue over 3 years ago
alan-albuquerque opened this issue over 3 years ago
Configure Renovate
renovate[bot] opened this pull request over 3 years ago
renovate[bot] opened this pull request over 3 years ago
[Fix] Process halts when body is undefined.
senputra opened this pull request over 3 years ago
senputra opened this pull request over 3 years ago
[import/extensions] Suffixes in file names
anton-johansson opened this issue over 3 years ago
anton-johansson opened this issue over 3 years ago
Rule `import/no-unresolved` raise false positive when there is no `main` field in the `package.json`
macabeus opened this issue over 3 years ago
macabeus opened this issue over 3 years ago
Parse error if imported module contains private instance fields
jaydenseric opened this issue over 3 years ago
jaydenseric opened this issue over 3 years ago
when using typescript recommended config it should allow for imports of js equivialent
lifeiscontent opened this issue over 3 years ago
lifeiscontent opened this issue over 3 years ago
import/no-cycle results in fewer matches for lower maxLength values
Nantris opened this issue over 3 years ago
Nantris opened this issue over 3 years ago
no-unused-modules "missingExports" returns false positives
Slapbox opened this issue over 3 years ago
Slapbox opened this issue over 3 years ago
Match against "pattern*" as RegExp
anthonyp-usafacts opened this pull request over 3 years ago
anthonyp-usafacts opened this pull request over 3 years ago
`no-cycle` hangs since v2.23.0
alumni opened this issue over 3 years ago
alumni opened this issue over 3 years ago
Proposal: (no-unused-modules) Restrict report to the identifier on named exports.
edupsousa opened this pull request over 3 years ago
edupsousa opened this pull request over 3 years ago
Destructured exports no unused modules
KristjanTammekivi opened this pull request over 3 years ago
KristjanTammekivi opened this pull request over 3 years ago
Definition for rule 'import/no-extraneous-dependencies' was not found
vladkasianenko opened this issue almost 4 years ago
vladkasianenko opened this issue almost 4 years ago
[Fix]: `no-unresolved`: Support importing only types when the module isn't installed
EdenGottlieb opened this pull request almost 4 years ago
EdenGottlieb opened this pull request almost 4 years ago
import/named does not report non-existent exports in yarn workspace
jd2rogers2 opened this issue almost 4 years ago
jd2rogers2 opened this issue almost 4 years ago
`no-cycle` does not raise error on circular dependency?
Yaojian opened this issue almost 4 years ago
Yaojian opened this issue almost 4 years ago
Tests: figure out why webpack resolver fails when webpack is present
ljharb opened this issue almost 4 years ago
ljharb opened this issue almost 4 years ago
fix: fix wrong require resolver with relative path in monorepo
zthxxx opened this pull request almost 4 years ago
zthxxx opened this pull request almost 4 years ago
[Improvement] `import/no-extraneous-dependencies` more compatible when user pass not exist paths
Edge00 opened this pull request about 4 years ago
Edge00 opened this pull request about 4 years ago
Dramatic performance regression in import/no-cycle
Blasz opened this issue about 4 years ago
Blasz opened this issue about 4 years ago
question about resolver settings
clshortfuse opened this issue about 4 years ago
clshortfuse opened this issue about 4 years ago
[New] Add no-indexes Rule
nickcherry opened this pull request about 4 years ago
nickcherry opened this pull request about 4 years ago
[Fix] `no-unused-modules`: avoid crash on `export value from 'module'`
Elindorath opened this pull request about 4 years ago
Elindorath opened this pull request about 4 years ago
[New] `newline-after-imports`: new option `exactCount` and docs update
anikethsaha opened this pull request about 4 years ago
anikethsaha opened this pull request about 4 years ago
no-restricted-paths/ why it is not working? Please can you help me 🙏🙏🙏
jocoders opened this issue about 4 years ago
jocoders opened this issue about 4 years ago
Tests example illustrating no-extraneous-dependencies not failing when importing from subfolder
pkuczynski opened this pull request about 4 years ago
pkuczynski opened this pull request about 4 years ago