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 6c1d2a9 commit e22c4f9Copy full SHA for e22c4f9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.3](https://github.com/dword-design/eslint-plugin-import-alias/compare/v3.0.2...v3.0.3) (2023-03-16)
2
+
3
4
+### Bug Fixes
5
6
+* update dependency eslint to v8.36.0 ([6c1d2a9](https://github.com/dword-design/eslint-plugin-import-alias/commit/6c1d2a98428ad336654232606a8093b632738128))
7
8
## [3.0.2](https://github.com/dword-design/eslint-plugin-import-alias/compare/v3.0.1...v3.0.2) (2023-03-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@dword-design/eslint-plugin-import-alias",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
"keywords": [
"alias",
0 commit comments