Skip to content

Commit 19e44ff

Browse files
committed
Workaround for $$Generic
sveltejs/svelte-eslint-parser#306
1 parent 2da4cd8 commit 19e44ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/Exceptionless.Web/ClientApp/.eslintrc.cjs

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ module.exports = {
1818
es2017: true,
1919
node: true
2020
},
21+
globals: {
22+
$$Generic: 'readonly'
23+
},
2124
overrides: [
2225
{
2326
files: ['*.svelte'],

0 commit comments

Comments
 (0)