Ecosyste.ms: OpenCollective

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

github.com/un-ts/eslint-plugin-import-x

`eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin.
https://github.com/un-ts/eslint-plugin-import-x

Add note about using with TypeScript

rgant opened this pull request 10 days ago
import/order sorting specifiers, named imports

falkenhawk opened this issue 17 days ago
[docs] Document next resolver and its usage examples in README

rakleed opened this issue about 1 month ago
[docs] Add information about all configurations in README

rakleed opened this issue about 1 month ago
`consistent-type-specifier-style`: rename `prefer-top-level`

privatenumber opened this issue about 1 month ago
docs(consistent-type-specifier-style): correct default option

privatenumber opened this pull request about 1 month ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request about 1 month ago
Feature: deduplicate exports

ntnyq opened this issue about 1 month ago
`no-duplicates` fail positive

ntnyq opened this issue about 1 month ago
Use import/export syntax everywhere

vladshcherbin opened this issue about 1 month ago
Fix windows support

mrginglymus opened this pull request about 1 month ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request about 1 month ago
Adding windows support

mrginglymus opened this issue about 1 month ago
Move enhanced resolve to prod deps

mrginglymus opened this pull request about 1 month ago
Not found in imported package from eslint(import/named)

demosofa opened this issue about 1 month ago
feat: implement a resolver that supports `exports`

SukkaW opened this pull request about 1 month ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request about 1 month ago
fix(no-duplicates): type prefix without new line

privatenumber opened this pull request about 1 month ago
incorrect reports on missing named export.

nilzona opened this issue about 1 month ago
fix(`no-duplicates`): merge type import `as` with value import

privatenumber opened this pull request about 2 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request about 2 months ago
Ideas about how to significantly improve performance

SukkaW opened this issue about 2 months ago
port `enforce-node-protocol-usage`?

dartess opened this issue about 2 months ago
Add support for lazy() imports?

jasperfirecai2 opened this issue about 2 months ago
fix: move `@types/doctrine` to `dependencies`

voxpelli opened this pull request about 2 months ago
Missing doctrine types

voxpelli opened this issue about 2 months ago
docs: add `Why` or `Different with eslint-plugin-import` in readme

zanminkian opened this issue about 2 months ago
Key "import-x/order": Could not find plugin "import-x".

jdalton opened this issue about 2 months ago
`newline-after-import`: Ignore comments in import group

burtek opened this issue about 2 months ago
chore: fix changeset

SukkaW opened this pull request about 2 months ago
feat: implement custom resolver interface v3

SukkaW opened this pull request about 2 months ago
`no-rename-default` Add an option to ignore 3rd party modules

vladshcherbin opened this issue about 2 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 2 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 2 months ago
allow `n` levels for `no-relative-parent-imports`

dartess opened this issue 2 months ago
fix(#185): merge `parserOptions` from `langaugeOptions`

SukkaW opened this pull request 2 months ago
sourceType 'module' is not supported when ecmaVersion < 2015

vladshcherbin opened this issue 2 months ago
test: migrate to `createRuleTestCaseFunction`

marcalexiei opened this pull request 2 months ago
test(extensions): migrate to `createRuleTestCaseFunction`

marcalexiei opened this pull request 2 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 3 months ago
fix(#144): read `sourceType` w/ both flat/legacy config

SukkaW opened this pull request 3 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 3 months ago
Need to check "import type" for typescript

Perfectoff opened this issue 3 months ago
Some problem with the "restrictions" option

Perfectoff opened this issue 3 months ago
test: create utility function to infer rule types

marcalexiei opened this pull request 3 months ago
fix(extensions): correct `Options` type

marcalexiei opened this pull request 3 months ago
fix(no-extraneous-dependencies): correct some `Options` type properties

marcalexiei opened this pull request 3 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 3 months ago
refactor: backport a few upstream changes

SukkaW opened this pull request 3 months ago
`extensions`: added `checkTypeImports` option

teidesu opened this pull request 4 months ago
fix: support namespace type import

hyoban opened this pull request 4 months ago
`no-duplicates` false positive without `prefer-inline`

hyoban opened this issue 4 months ago
Not works with `vue` files and `eslint-plugin-vue`

zdm opened this issue 4 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 4 months ago
How to configure import-x/extensions to enforce .js

bodinsamuel opened this issue 4 months ago
perf(utils): faster ImportDeclaration detect

SukkaW opened this pull request 4 months ago
Fix incorrect no-duplicates prefer-inline default type import handling

AaronMoat opened this pull request 4 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 4 months ago
feat: add support for using resolver object directly in settings

GoodbyeNJN opened this pull request 5 months ago
no-extraneous-dependencies option: transitiveDependencies

Zamiell opened this issue 5 months ago
fix: false positive with no-rename-default

Zamiell opened this pull request 5 months ago
linting is failing

Zamiell opened this issue 5 months ago
tests are failing

Zamiell opened this issue 5 months ago
Update README.md

jjoselv opened this pull request 5 months ago
import-x/resolver settings syntax

AaronPorts opened this issue 5 months ago
No default export found when default export exists

steven-olmsted-arcadis opened this issue 5 months ago
Regular expression `v` flag reported as a parse error

steven-olmsted-arcadis opened this issue 5 months ago
add `eslint-import-resolver-typescript` as a dependency

Zamiell opened this issue 5 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 5 months ago
fix: backports upstream changes

SukkaW opened this pull request 5 months ago
fix(`no-unused-modules`): default `src` to `process.cwd()` again

nchevsky opened this pull request 5 months ago
fix: avoid side effects from `@typescript-eslint/typescript-estree`

SukkaW opened this pull request 5 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 5 months ago
`import-x/no-default-export` does not work in typescript

M-51 opened this issue 5 months ago
ci: use `matrix.include` to set data for optional steps

marcalexiei opened this pull request 5 months ago
feat: whitelist option for no-extraneous-dependencies

Zamiell opened this pull request 5 months ago
no-extraneous-dependencies should allow specific whitelist

Zamiell opened this issue 5 months ago
feat: replace node with ts resolver in `typescript` configs

marcalexiei opened this pull request 5 months ago
Disallow renaming or aliases with the same identifiers

alfaproject opened this issue 5 months ago
test(#136): try to reproduce the issue

SukkaW opened this pull request 5 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 5 months ago
Add option for no-rename-default to exclude some modules

meteorlxy opened this issue 5 months ago
docs: add flat config configuration

marcalexiei opened this pull request 5 months ago
chore: fix typo in changeset

SukkaW opened this pull request 5 months ago
fix(#123): make `no-named-as-default` ignores TS `namespace`

SukkaW opened this pull request 5 months ago
feat: `no-rename-default`

SukkaW opened this pull request 5 months ago
chore: release eslint-plugin-import-x

github-actions[bot] opened this pull request 5 months ago
refactor: isolate parsing w/ typescript-eslint v8

SukkaW opened this pull request 5 months ago
import-x/order scss file ordering

reintroducing opened this issue 5 months ago
fail positives with "no-named-as-default"

Mister-Hope opened this issue 6 months ago