@trackunit/eslint-plugin-trackunit 0.6.120 → 0.6.121
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/eslint-plugin-trackunit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.121",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"engines": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@nx/eslint-plugin": "23.1.0",
|
|
11
|
-
"@trackunit/css-classname-utils": "0.0.
|
|
11
|
+
"@trackunit/css-classname-utils": "0.0.24",
|
|
12
12
|
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
13
13
|
"@typescript-eslint/utils": "8.58.1",
|
|
14
14
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -29,6 +29,19 @@ exports.restrictedImportRules = {
|
|
|
29
29
|
name: "@nx/plugin/testing",
|
|
30
30
|
message: "Please import it from @trackunit/nx-utils instead or expose it from that lib.",
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
name: "vite-tsconfig-paths",
|
|
34
|
+
message: "Import workspace path helpers from workspace-vite-config instead.",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "@nx/vite/plugins/nx-tsconfig-paths.plugin",
|
|
38
|
+
message: "Deprecated — import workspace path helpers from workspace-vite-config instead.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: "@nx/vite",
|
|
42
|
+
importNames: ["nxViteTsPaths"],
|
|
43
|
+
message: "Deprecated — import workspace path helpers from workspace-vite-config instead.",
|
|
44
|
+
},
|
|
32
45
|
{
|
|
33
46
|
name: "@heroicons/react/20/solid",
|
|
34
47
|
message: "Please use the Icon component from react-components instead.",
|