@wsxjs/eslint-plugin-wsx 0.0.5 → 0.0.7
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @wsxjs/eslint-plugin-wsx
|
|
2
2
|
|
|
3
3
|
ESLint plugin for WSX Framework - enforces best practices and framework-specific rules for Web Components with JSX.
|
|
4
4
|
|
|
@@ -47,4 +47,4 @@ The examples package serves as a **real-world testing environment** where:
|
|
|
47
47
|
3. Plugin rules catch actual coding errors in development
|
|
48
48
|
4. Framework developers can validate plugin effectiveness
|
|
49
49
|
|
|
50
|
-
This approach ensures the plugin works correctly in production environments, not just in isolated tests.
|
|
50
|
+
This approach ensures the plugin works correctly in production environments, not just in isolated tests.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wsxjs/eslint-plugin-wsx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "ESLint plugin for WSX Framework",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"web-components"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@wsxjs/wsx-core": "0.0.
|
|
28
|
+
"@wsxjs/wsx-core": "0.0.7"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"tsup": "^8.0.0",
|