@tsrx/eslint-parser 0.3.25 → 1.0.1
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -121,7 +121,7 @@ The parser will successfully parse this and allow ESLint rules (like those from
|
|
|
121
121
|
- [ripple](https://ripplejs.com) - The Ripple framework
|
|
122
122
|
- [@ripple-ts/vite-plugin](https://www.npmjs.com/package/@ripple-ts/vite-plugin) -
|
|
123
123
|
Vite plugin for Ripple
|
|
124
|
-
- [@
|
|
124
|
+
- [@tsrx/prettier-plugin](https://www.npmjs.com/package/@tsrx/prettier-plugin) -
|
|
125
125
|
Prettier plugin for Ripple
|
|
126
126
|
|
|
127
127
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsrx/eslint-parser",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "ESLint parser for Ripple (.tsrx files)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"ripple": "*"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tsrx/ripple": "0.0.
|
|
37
|
+
"@tsrx/ripple": "0.0.8"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/eslint": "^9.6.1",
|