eslint-plugin-qwik 1.10.0 → 1.12.0
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -156,7 +156,7 @@ export const ColorList = component$(() => {
|
|
|
156
156
|
(docs: https://qwik.dev/docs/route-loader/).
|
|
157
157
|
|
|
158
158
|
This {{fnName}}() is declared outside of the route boundaries. This may be useful when you want to create reusable logic or a library. In such a case, it is essential that this function is re-exported from within the router boundary otherwise it will not run.
|
|
159
|
-
(docs: https://qwik.dev/docs/
|
|
159
|
+
(docs: https://qwik.dev/docs/re-exporting-loaders/).
|
|
160
160
|
|
|
161
161
|
If you understand this, you can disable this warning with:
|
|
162
162
|
// eslint-disable-next-line qwik/loader-location
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-qwik",
|
|
3
3
|
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.12.0",
|
|
5
5
|
"author": "Builder Team",
|
|
6
6
|
"bugs": "https://github.com/QwikDev/qwik/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@types/estree": "1.0.5",
|
|
14
14
|
"@typescript-eslint/rule-tester": "7.8.0",
|
|
15
15
|
"redent": "4.0.0",
|
|
16
|
-
"@builder.io/qwik": "^1.
|
|
17
|
-
"@builder.io/qwik-city": "^1.
|
|
16
|
+
"@builder.io/qwik": "^1.12.0",
|
|
17
|
+
"@builder.io/qwik-city": "^1.12.0"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=16.8.0 <18.0.0 || >=18.11"
|