Skip to content

Commit c7f4c2f

Browse files
committed
Update types path
1 parent afc28d7 commit c7f4c2f

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
@@ -1,8 +1,8 @@
1-
import globals from 'globals'
21
import js from '@eslint/js'
32
import prettier from 'eslint-config-prettier'
3+
import globals from 'globals'
44

5-
/** @type {import('eslint').Linter.FlatConfig[]} */
5+
/** @type {import('eslint').Linter.Config[]} */
66
export default [
77
js.configs.recommended,
88
prettier,

0 commit comments

Comments
 (0)