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
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request about 23 hours ago
github-actions[bot] opened this pull request about 23 hours ago
Feature: deduplicate exports
ntnyq opened this issue 2 days ago
ntnyq opened this issue 2 days ago
`no-duplicates` fail positive
ntnyq opened this issue 2 days ago
ntnyq opened this issue 2 days ago
Use import/export syntax everywhere
vladshcherbin opened this issue 5 days ago
vladshcherbin opened this issue 5 days ago
The import-x/no-unresolved rule conflicts with the alias of the vite alias path
WZDreamJiao opened this issue 5 days ago
WZDreamJiao opened this issue 5 days ago
Fix windows support
mrginglymus opened this pull request 6 days ago
mrginglymus opened this pull request 6 days ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 6 days ago
github-actions[bot] opened this pull request 6 days ago
Adding windows support
mrginglymus opened this issue 6 days ago
mrginglymus opened this issue 6 days ago
Move enhanced resolve to prod deps
mrginglymus opened this pull request 6 days ago
mrginglymus opened this pull request 6 days ago
Not found in imported package from eslint(import/named)
demosofa opened this issue 7 days ago
demosofa opened this issue 7 days ago
feat: implement a resolver that supports `exports`
SukkaW opened this pull request 7 days ago
SukkaW opened this pull request 7 days ago
Replacing the built-in default import resolver that supports `exports` and `imports` from `package.json`
SukkaW opened this issue 7 days ago
SukkaW opened this issue 7 days ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 7 days ago
github-actions[bot] opened this pull request 7 days ago
fix(no-duplicates): type prefix without new line
privatenumber opened this pull request 7 days ago
privatenumber opened this pull request 7 days ago
incorrect reports on missing named export.
nilzona opened this issue 11 days ago
nilzona opened this issue 11 days ago
fix(`no-duplicates`): merge type import `as` with value import
privatenumber opened this pull request 13 days ago
privatenumber opened this pull request 13 days ago
Typescript issue in flat config: `Types of property 'parser' are incompatible`
silverwind opened this issue 14 days ago
silverwind opened this issue 14 days ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 14 days ago
github-actions[bot] opened this pull request 14 days ago
Ideas about how to significantly improve performance
SukkaW opened this issue 14 days ago
SukkaW opened this issue 14 days ago
port `enforce-node-protocol-usage`?
dartess opened this issue 14 days ago
dartess opened this issue 14 days ago
Add support for lazy() imports?
jasperfirecai2 opened this issue 15 days ago
jasperfirecai2 opened this issue 15 days ago
fix: move `@types/doctrine` to `dependencies`
voxpelli opened this pull request 15 days ago
voxpelli opened this pull request 15 days ago
Missing doctrine types
voxpelli opened this issue 15 days ago
voxpelli opened this issue 15 days ago
docs: add `Why` or `Different with eslint-plugin-import` in readme
zanminkian opened this issue 15 days ago
zanminkian opened this issue 15 days ago
Key "import-x/order": Could not find plugin "import-x".
jdalton opened this issue 18 days ago
jdalton opened this issue 18 days ago
`newline-after-import`: Ignore comments in import group
burtek opened this issue 20 days ago
burtek opened this issue 20 days ago
chore: fix changeset
SukkaW opened this pull request 22 days ago
SukkaW opened this pull request 22 days ago
feat: implement custom resolver interface v3
SukkaW opened this pull request 23 days ago
SukkaW opened this pull request 23 days ago
`no-rename-default` Add an option to ignore 3rd party modules
vladshcherbin opened this issue 23 days ago
vladshcherbin opened this issue 23 days ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request about 1 month ago
github-actions[bot] 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
github-actions[bot] opened this pull request about 1 month ago
allow `n` levels for `no-relative-parent-imports`
dartess opened this issue about 1 month ago
dartess opened this issue about 1 month ago
fix(#185): merge `parserOptions` from `langaugeOptions`
SukkaW opened this pull request about 1 month ago
SukkaW opened this pull request about 1 month ago
fix(#185): add `langaugeOptions.parserOptions` to flat preset / read `sourceType` w/ fallback
SukkaW opened this pull request about 1 month ago
SukkaW opened this pull request about 1 month ago
sourceType 'module' is not supported when ecmaVersion < 2015
vladshcherbin opened this issue about 1 month ago
vladshcherbin opened this issue about 1 month ago
test: migrate to `createRuleTestCaseFunction`
marcalexiei opened this pull request about 1 month ago
marcalexiei opened this pull request about 1 month ago
test(extensions): migrate to `createRuleTestCaseFunction`
marcalexiei opened this pull request about 1 month ago
marcalexiei 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
github-actions[bot] opened this pull request about 1 month ago
fix(#144): read `sourceType` w/ both flat/legacy config
SukkaW opened this pull request about 1 month ago
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
github-actions[bot] opened this pull request about 1 month ago
Need to check "import type" for typescript
Perfectoff opened this issue about 2 months ago
Perfectoff opened this issue about 2 months ago
Some problem with the "restrictions" option
Perfectoff opened this issue about 2 months ago
Perfectoff opened this issue about 2 months ago
Vue SFC and imports are not gracefully handled per-block when using `script` and `script setup`
cyyynthia opened this issue about 2 months ago
cyyynthia opened this issue about 2 months ago
test: create utility function to infer rule types
marcalexiei opened this pull request about 2 months ago
marcalexiei opened this pull request about 2 months ago
fix(extensions): correct `Options` type
marcalexiei opened this pull request about 2 months ago
marcalexiei opened this pull request about 2 months ago
fix(no-extraneous-dependencies): correct some `Options` type properties
marcalexiei opened this pull request about 2 months ago
marcalexiei opened this pull request about 2 months ago
How to resolve exports from gts files as imports in ts files to prevent import-x/no-unresolved
tojofo opened this issue about 2 months ago
tojofo opened this issue about 2 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request about 2 months ago
github-actions[bot] opened this pull request about 2 months ago
refactor: backport a few upstream changes
SukkaW opened this pull request about 2 months ago
SukkaW opened this pull request about 2 months ago
Upstream will be allowed to update with breaking changes due to ESLint v9
MichaelDeBoey opened this issue 2 months ago
MichaelDeBoey opened this issue 2 months ago
`extensions`: added `checkTypeImports` option
teidesu opened this pull request 2 months ago
teidesu opened this pull request 2 months ago
fix: support namespace type import
hyoban opened this pull request 2 months ago
hyoban opened this pull request 2 months ago
`no-duplicates` false positive without `prefer-inline`
hyoban opened this issue 2 months ago
hyoban opened this issue 2 months ago
Not works with `vue` files and `eslint-plugin-vue`
zdm opened this issue 3 months ago
zdm opened this issue 3 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 3 months ago
github-actions[bot] opened this pull request 3 months ago
How to configure import-x/extensions to enforce .js
bodinsamuel opened this issue 3 months ago
bodinsamuel opened this issue 3 months ago
perf(utils): faster ImportDeclaration detect
SukkaW opened this pull request 3 months ago
SukkaW opened this pull request 3 months ago
Fix incorrect no-duplicates prefer-inline default type import handling
AaronMoat opened this pull request 3 months ago
AaronMoat opened this pull request 3 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 3 months ago
github-actions[bot] opened this pull request 3 months ago
Invalid group definition for package if types for it are defined locally.
dartess opened this issue 3 months ago
dartess opened this issue 3 months ago
feat: add support for using resolver object directly in settings
GoodbyeNJN opened this pull request 3 months ago
GoodbyeNJN opened this pull request 3 months ago
no-extraneous-dependencies option: transitiveDependencies
Zamiell opened this issue 4 months ago
Zamiell opened this issue 4 months ago
fix: false positive with no-rename-default
Zamiell opened this pull request 4 months ago
Zamiell opened this pull request 4 months ago
linting is failing
Zamiell opened this issue 4 months ago
Zamiell opened this issue 4 months ago
tests are failing
Zamiell opened this issue 4 months ago
Zamiell opened this issue 4 months ago
Update README.md
jjoselv opened this pull request 4 months ago
jjoselv opened this pull request 4 months ago
import-x/resolver settings syntax
AaronPorts opened this issue 4 months ago
AaronPorts opened this issue 4 months ago
No default export found when default export exists
steven-olmsted-arcadis opened this issue 4 months ago
steven-olmsted-arcadis opened this issue 4 months ago
Regular expression `v` flag reported as a parse error
steven-olmsted-arcadis opened this issue 4 months ago
steven-olmsted-arcadis opened this issue 4 months ago
add `eslint-import-resolver-typescript` as a dependency
Zamiell opened this issue 4 months ago
Zamiell opened this issue 4 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 4 months ago
github-actions[bot] opened this pull request 4 months ago
fix: backports upstream changes
SukkaW opened this pull request 4 months ago
SukkaW opened this pull request 4 months ago
fix(`no-unused-modules`): default `src` to `process.cwd()` again
nchevsky opened this pull request 4 months ago
nchevsky opened this pull request 4 months ago
fix: avoid side effects from `@typescript-eslint/typescript-estree`
SukkaW opened this pull request 4 months ago
SukkaW opened this pull request 4 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 4 months ago
github-actions[bot] opened this pull request 4 months ago
`import-x/no-default-export` does not work in typescript
M-51 opened this issue 4 months ago
M-51 opened this issue 4 months ago
ci: use `matrix.include` to set data for optional steps
marcalexiei opened this pull request 4 months ago
marcalexiei opened this pull request 4 months ago
feat: whitelist option for no-extraneous-dependencies
Zamiell opened this pull request 4 months ago
Zamiell opened this pull request 4 months ago
no-extraneous-dependencies should allow specific whitelist
Zamiell opened this issue 4 months ago
Zamiell opened this issue 4 months ago
feat: replace node with ts resolver in `typescript` configs
marcalexiei opened this pull request 4 months ago
marcalexiei opened this pull request 4 months ago
Disallow renaming or aliases with the same identifiers
alfaproject opened this issue 4 months ago
alfaproject opened this issue 4 months ago
test(#136): try to reproduce the issue
SukkaW opened this pull request 4 months ago
SukkaW opened this pull request 4 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 4 months ago
github-actions[bot] opened this pull request 4 months ago
Add option for no-rename-default to exclude some modules
meteorlxy opened this issue 4 months ago
meteorlxy opened this issue 4 months ago
docs: add flat config configuration
marcalexiei opened this pull request 4 months ago
marcalexiei opened this pull request 4 months ago
chore: fix typo in changeset
SukkaW opened this pull request 4 months ago
SukkaW opened this pull request 4 months ago
fix(#123): make `no-named-as-default` ignores TS `namespace`
SukkaW opened this pull request 4 months ago
SukkaW opened this pull request 4 months ago
feat: `no-rename-default`
SukkaW opened this pull request 4 months ago
SukkaW opened this pull request 4 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 4 months ago
github-actions[bot] opened this pull request 4 months ago
refactor: isolate parsing w/ typescript-eslint v8
SukkaW opened this pull request 4 months ago
SukkaW opened this pull request 4 months ago
import-x/order scss file ordering
reintroducing opened this issue 4 months ago
reintroducing opened this issue 4 months ago
fail positives with "no-named-as-default"
Mister-Hope opened this issue 4 months ago
Mister-Hope opened this issue 4 months ago
npx yarn-deduplicate to coalesce babel deps
merrywhether opened this pull request 4 months ago
merrywhether opened this pull request 4 months ago
chore: release eslint-plugin-import-x
github-actions[bot] opened this pull request 4 months ago
github-actions[bot] opened this pull request 4 months ago
Typescript: Unable to resolve path for absolute pathes
JonasDoe opened this issue 4 months ago
JonasDoe opened this issue 4 months ago
Can't install with eslint 9.x
robtaylor opened this issue 5 months ago
robtaylor opened this issue 5 months ago
"no-named-as-default" should be changed to lessen false positives from 3rd party modules
Zamiell opened this issue 5 months ago
Zamiell opened this issue 5 months ago
feat: add flat config support
michaelfaith opened this pull request 5 months ago
michaelfaith opened this pull request 5 months ago
Support typescript-eslint@8
controversial opened this issue 5 months ago
controversial opened this issue 5 months ago
import-x/no-unresolved
sacru2red opened this issue 5 months ago
sacru2red opened this issue 5 months ago