You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/require-store-reactive-access/invalid/calc01-errors.yaml
-5
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,6 @@
23
23
line: 13
24
24
column: 15
25
25
suggestions: null
26
-
- message: Unused eslint-disable directive (no problems were reported from
27
-
'no-implicit-coercion').
28
-
line: 14
29
-
column: 2
30
-
suggestions: null
31
26
- message: Use the $ prefix or the get function to access reactive values instead
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/require-store-reactive-access/invalid/calc01-output.svelte
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
// UnaryExpression
13
13
console.log(-$store);
14
-
14
+
// eslint-disable-next-line no-implicit-coercion -- test
0 commit comments