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
`import/order` not respecting `builtin`

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
import/order relative import sorting order changed in 2.27.0

remcohaszing opened this issue almost 2 years ago
upgrade minimatch to @5

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
[newline-after-import] Ignore comments between imports

regseb opened this issue almost 2 years ago
Improve resolve performance with many files

marvinhagemeister opened this pull request almost 2 years ago
Not resolving `tsconfig` paths

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
[Tests] `import/order`: add test cases for type imports order

7nik opened this pull request about 2 years ago
New typescript flow rule

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
import/no-unresolved false positive with locally installed npm package

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
[New] `extensions`: add auto fixer!

kumavis opened this pull request about 2 years ago
Remove duplicate identifiers in duplicate imports

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
[Feature Request] Support new ESLint flat config

TomerAberbach 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
[import/named] will report error upon "export * from"

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
[import/extensions] Option to enforce extensions for type-only imports

trevor-scheer opened this issue over 2 years ago
`newline-after-import` not accepts `considerComments` prop

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
feat: support extra `options` argument for resolver

JounQin opened this pull request over 2 years ago
feat: replace tsconfig-paths + typescript with get-tsconfig

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
[Tests] `order`: groups in groups (failing test only)

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
Change the way existence of the path is checked.

lerayne opened this pull request 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
Add no-shallow-imports rule

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
[Fix] Drop NoFilesFoundError for ignoreExports

Sleavely opened this pull request almost 3 years ago
no-unused-modules needs an ignoreImports option

saiichihashimoto opened this issue almost 3 years ago
[Tests] test on `@babel/eslint-parser`

sosukesuzuki opened this pull request almost 3 years ago
[Refactor] `no-extraneous-dependencies` improve performance

meowtec opened this pull request almost 3 years ago
import/extensions with alias starting with @

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
`import/namespace` is very slow

aaronadamsCA 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
Add new rule `module-boundary`

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
[Fix] add missing optional peer dependencies

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
Rule import/no-deprecated not working

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
[New] give resolvers access to parserServices

jablko opened this pull request over 3 years ago
[New] no extraneous type-only dependencies

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
[New] `no-duplicates`: add `combineTypeImports` option to de-duplicate flow type imports

christianvuerings opened this pull request over 3 years ago
Auto fix of import without extension

coderaiser opened this issue over 3 years ago
Upgrade: Debug Library to 4.3.2

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
Configure Renovate

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
[import/extensions] Suffixes in file names

anton-johansson opened this issue over 3 years ago
Parse error if imported module contains private instance fields

jaydenseric 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
no-unused-modules "missingExports" returns false positives

Slapbox opened this issue over 3 years ago
Match against "pattern*" as RegExp

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
Proposal: (no-unused-modules) Restrict report to the identifier on named exports.

edupsousa opened this pull request over 3 years ago
Destructured exports no unused modules

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
[Fix]: `no-unresolved`: Support importing only types when the module isn't installed

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
`no-cycle` does not raise error on circular dependency?

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
fix: fix wrong require resolver with relative path in monorepo

zthxxx opened this pull request almost 4 years ago
Dramatic performance regression in import/no-cycle

Blasz opened this issue about 4 years ago
question about resolver settings

clshortfuse opened this issue about 4 years ago
[New] Add no-indexes Rule

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
[New] `newline-after-imports`: new option `exactCount` and docs update

anikethsaha opened this pull request about 4 years ago