@dword-design/eslint-plugin-import-alias 5.1.0 → 5.1.1
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.
|
@@ -28,8 +28,7 @@ export default {
|
|
|
28
28
|
if (currentFile === '<text>') return {};
|
|
29
29
|
const manager = new OptionManager();
|
|
30
30
|
const babelConfig = manager.init({
|
|
31
|
-
filename: currentFile
|
|
32
|
-
rootMode: 'upward-optional'
|
|
31
|
+
filename: currentFile
|
|
33
32
|
});
|
|
34
33
|
const plugin = (_babelConfig$plugins = babelConfig.plugins, find({
|
|
35
34
|
key: 'module-resolver'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/eslint-plugin-import-alias",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alias",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"eslint": "^8.0.0",
|
|
58
58
|
"execa": "^9.3.1",
|
|
59
59
|
"fs-extra": "^11.1.1",
|
|
60
|
-
"in-folder": "^1.0.3",
|
|
61
60
|
"output-files": "^2.0.0"
|
|
62
61
|
},
|
|
62
|
+
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=18"
|
|
65
65
|
},
|