Skip to content

Commit 9a7df14

Browse files
ugh
1 parent 3549d5c commit 9a7df14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default ts.config(
3838
...globals.browser,
3939
...globals.node
4040
}
41-
},
41+
}
4242
},
4343
{
4444
files: ['**/*.svelte'],
@@ -47,6 +47,6 @@ export default ts.config(
4747
parserOptions: {
4848
parser: ts.parser
4949
}
50-
},
50+
}
5151
}
5252
);

0 commit comments

Comments
 (0)