Skip to content

Commit f2a7bc1

Browse files
committed
chore: lint
1 parent 626617d commit f2a7bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ try {
5656
let warned = false;
5757

5858
function getMajor() {
59-
return Number(svelte.VERSION.split('.')[0])
59+
return Number(svelte.VERSION.split('.')[0]);
6060
}
6161

6262
module.exports = function(source, map) {

test/fixtures/file.svelte.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const count = $state({ value: 0 });
1+
export const count = $state({ value: 0 }); // eslint-disable-line no-undef

0 commit comments

Comments
 (0)