@ripple-ts/eslint-plugin 0.2.210 → 0.2.212
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 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @ripple-ts/eslint-plugin
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@ripple-ts/eslint-plugin)
|
|
4
|
+
[](https://www.npmjs.com/package/@ripple-ts/eslint-plugin)
|
|
5
|
+
|
|
3
6
|
ESLint plugin for [Ripple](https://ripplejs.com) - helps enforce best practices
|
|
4
7
|
and catch common mistakes when writing Ripple applications.
|
|
5
8
|
|
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.212",
|
|
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.20.0",
|
|
36
|
-
"@ripple-ts/eslint-parser": "0.2.
|
|
36
|
+
"@ripple-ts/eslint-parser": "0.2.212"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/eslint": "^9.6.1",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"tsdown": "^0.15.4",
|
|
45
45
|
"typescript": "^5.9.2",
|
|
46
46
|
"vitest": "^3.2.4",
|
|
47
|
-
"@ripple-ts/eslint-parser": "0.2.
|
|
47
|
+
"@ripple-ts/eslint-parser": "0.2.212"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=20.0.0"
|