Skip to content

Commit e83b702

Browse files
committed
fix: eslint type import
1 parent 224dfbc commit e83b702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @type { import("eslint").Linter.FlatConfig } */
1+
/** @type { import("eslint").Linter.Config } */
22
module.exports = {
33
root: true,
44
extends: ['eslint:recommended', 'plugin:svelte/recommended'],

0 commit comments

Comments
 (0)