@ripple-ts/eslint-plugin 0.2.154 → 0.2.156
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 +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ripple-ts/eslint-plugin
|
|
2
2
|
|
|
3
|
-
ESLint plugin for [Ripple](https://
|
|
3
|
+
ESLint plugin for [Ripple](https://ripplejs.com) - helps enforce best practices and catch common mistakes when writing Ripple applications.
|
|
4
4
|
|
|
5
5
|
Works just like `eslint-plugin-react` - simply install and use the recommended config!
|
|
6
6
|
|
|
@@ -261,6 +261,6 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
261
261
|
|
|
262
262
|
## Related
|
|
263
263
|
|
|
264
|
-
- [Ripple](https://
|
|
264
|
+
- [Ripple](https://ripplejs.com) - The Ripple framework
|
|
265
265
|
- [@ripple-ts/vite-plugin](https://www.npmjs.com/package/@ripple-ts/vite-plugin) - Vite plugin for Ripple
|
|
266
266
|
- [@ripple-ts/prettier-plugin](https://www.npmjs.com/package/@ripple-ts/prettier-plugin) - Prettier plugin for Ripple
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ripple-ts/eslint-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.156",
|
|
4
4
|
"description": "ESLint plugin for Ripple",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"bugs": {
|
|
27
27
|
"url": "https://github.com/Ripple-TS/ripple/issues"
|
|
28
28
|
},
|
|
29
|
-
"homepage": "https://
|
|
29
|
+
"homepage": "https://ripplejs.com",
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"eslint": ">=9.0.0",
|
|
32
32
|
"@typescript-eslint/parser": "^8.20.0",
|
|
33
|
-
"@ripple-ts/eslint-parser": "0.2.
|
|
33
|
+
"@ripple-ts/eslint-parser": "0.2.156"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@typescript-eslint/parser": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"tsdown": "^0.15.4",
|
|
50
50
|
"typescript": "^5.9.2",
|
|
51
51
|
"vitest": "^3.2.4",
|
|
52
|
-
"@ripple-ts/eslint-parser": "0.2.
|
|
52
|
+
"@ripple-ts/eslint-parser": "0.2.156"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=20.0.0"
|