eslint-plugin-import-alias icon indicating copy to clipboard operation
eslint-plugin-import-alias copied to clipboard

An ESLint plugin that enforces the use of import aliases. Also supports autofixing.

Results 20 eslint-plugin-import-alias issues
Sort by recently updated
recently updated
newest added

The readme states that the option is named `aliasForSubpaths` but its [usage in the implementation](https://github.com/dword-design/eslint-plugin-import-alias/blob/master/src/rules/prefer-alias.js#L98) suggests otherwise. Which name is the correct one? `aliasForSubpaths` or `allowSubpathWithAlias`?

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912` -> `10.22.0`](https://renovatebot.com/diffs/npm/pnpm/10.11.1/10.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

maintenance

Hi, ESLint 9 has a different config format. Would be great to have this supported.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@dword-design/base](https://redirect.github.com/dword-design/base) | [`^13.0.1` -> `^15.0.0`](https://renovatebot.com/diffs/npm/@dword-design%2fbase/13.0.1/15.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@dword-design%2fbase/15.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@dword-design%2fbase/15.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

maintenance

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [output-files](https://redirect.github.com/dword-design/output-files) | [`^2.0.32` -> `^3.0.0`](https://renovatebot.com/diffs/npm/output-files/2.0.32/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/output-files/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/output-files/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

maintenance

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [depcheck-package-name](https://redirect.github.com/dword-design/depcheck-package-name) | [`^3.0.1` -> `^4.0.0`](https://renovatebot.com/diffs/npm/depcheck-package-name/3.0.1/4.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/depcheck-package-name/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/depcheck-package-name/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

maintenance

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

maintenance

Hello, when I'm trying to import this package in my `eslint.config.ts` there are errors in IDEs like VSCode coming from TypeScript: ``` Could not find a declaration file for module...

Since the package name has the `eslint-plugin-` namespace prefix it wont get resolved without it