We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b3bcc commit 23ee2b2Copy full SHA for 23ee2b2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [6.0.3](https://github.com/dword-design/eslint-plugin-import-alias/compare/v6.0.2...v6.0.3) (2025-06-05)
2
+
3
4
+### Bug Fixes
5
6
+* fix aliasForSubpaths naming ([62b3bcc](https://github.com/dword-design/eslint-plugin-import-alias/commit/62b3bcc7f5169e09762b579d4e239f4b637eb039))
7
8
## [6.0.2](https://github.com/dword-design/eslint-plugin-import-alias/compare/v6.0.1...v6.0.2) (2025-06-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@dword-design/eslint-plugin-import-alias",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
"keywords": [
"alias",
0 commit comments