@dword-design/eslint-plugin-import-alias 5.0.0 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,7 +118,7 @@ If you have a special project setup that does not have a babel config in the pro
118
118
  {
119
119
  "alias": {
120
120
  "@": "./src",
121
- "@components: "./src/components"
121
+ "@components": "./src/components"
122
122
  }
123
123
  }
124
124
  ]
@@ -49,6 +49,7 @@ export default {
49
49
  var _sourcePath;
50
50
  return _sourcePath = sourcePath, startsWith(`${alias}/`)(_sourcePath);
51
51
  })(_ref));
52
+
52
53
  // relative parent
53
54
  if (_sourcePath2 = sourcePath, isParentImport(_sourcePath2)) {
54
55
  var _P$relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-plugin-import-alias",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
5
5
  "keywords": [
6
6
  "alias",
@@ -55,7 +55,7 @@
55
55
  "@dword-design/tester-plugin-tmp-dir": "^2.1.26",
56
56
  "depcheck-package-name": "^3.0.1",
57
57
  "eslint": "^8.0.0",
58
- "execa": "^8.0.0",
58
+ "execa": "^9.3.1",
59
59
  "fs-extra": "^11.1.1",
60
60
  "in-folder": "^1.0.3",
61
61
  "output-files": "^2.0.0"