We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75a579 commit 493e5d3Copy full SHA for 493e5d3
README.md
@@ -219,7 +219,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.
219
220
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
221
```diff
222
-- "eslint-plugin-solid": "^0.14.0"
223
-+ "eslint-plugin-solid": "~0.14.0"
+- "eslint-plugin-solid": "^0.14.1"
++ "eslint-plugin-solid": "~0.14.1"
224
```
225
<!-- AUTO-GENERATED-CONTENT:END -->
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-solid",
3
- "version": "0.14.0",
+ "version": "0.14.1",
4
"description": "Solid-specific linting rules for ESLint.",
5
"keywords": [
6
"eslint",
0 commit comments