@tsrx/eslint-plugin 0.3.96 → 0.3.98
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@tsrx/eslint-plugin)
|
|
4
4
|
[](https://www.npmjs.com/package/@tsrx/eslint-plugin)
|
|
5
5
|
|
|
6
|
-
ESLint plugin for [Ripple](https://
|
|
7
|
-
and catch common mistakes when writing Ripple applications.
|
|
6
|
+
ESLint plugin for [Ripple](https://www.ripple-ts.com) - helps enforce best
|
|
7
|
+
practices and catch common mistakes when writing Ripple applications.
|
|
8
8
|
|
|
9
9
|
Works just like `eslint-plugin-react` - simply install and use the recommended
|
|
10
10
|
config!
|
|
@@ -217,7 +217,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
217
217
|
|
|
218
218
|
## Related
|
|
219
219
|
|
|
220
|
-
- [Ripple](https://
|
|
220
|
+
- [Ripple](https://www.ripple-ts.com) - The Ripple framework
|
|
221
221
|
- [@ripple-ts/vite-plugin](https://www.npmjs.com/package/@ripple-ts/vite-plugin) -
|
|
222
222
|
Vite plugin for Ripple
|
|
223
223
|
- [@tsrx/prettier-plugin](https://www.npmjs.com/package/@tsrx/prettier-plugin) -
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsrx/eslint-plugin",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.98",
|
|
4
4
|
"description": "ESLint plugin for Ripple",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"eslint": ">=9.0.0",
|
|
35
35
|
"@typescript-eslint/parser": "^8.56.1",
|
|
36
|
-
"@tsrx/eslint-parser": "0.3.
|
|
36
|
+
"@tsrx/eslint-parser": "0.3.98"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/eslint": "^9.6.1",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"tsdown": "^0.22.0",
|
|
44
44
|
"typescript": "^5.9.3",
|
|
45
45
|
"vitest": "^4.1.6",
|
|
46
|
-
"@tsrx/eslint-parser": "0.3.
|
|
47
|
-
"@tsrx/core": "0.1.
|
|
46
|
+
"@tsrx/eslint-parser": "0.3.98",
|
|
47
|
+
"@tsrx/core": "0.1.40"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=22.0.0"
|