We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c74fe commit 2c74993Copy full SHA for 2c74993
packages/eslint-plugin-svelte/src/meta.ts
@@ -1,5 +1,5 @@
1
// IMPORTANT!
2
// This file has been automatically generated,
3
// in order to update its content execute "pnpm run update"
4
-export const name = 'eslint-plugin-svelte';
5
-export const version = '3.5.1';
+export const name = 'eslint-plugin-svelte' as const;
+export const version = '3.5.1' as const;
0 commit comments