Skip to content

Commit 1f1aa8a

Browse files
committed
add tests
1 parent 73281f5 commit 1f1aa8a

File tree

8 files changed

+3028
-3956
lines changed

8 files changed

+3028
-3956
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<script>
2+
import { a } from "./stores"
3+
$a = 42
4+
</script>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"ruleId": "no-unused-vars",
4+
"code": "a",
5+
"line": 2,
6+
"column": 12
7+
}
8+
]

0 commit comments

Comments
 (0)