Skip to content

Commit 66e3628

Browse files
committed
Fix type
1 parent 57fddde commit 66e3628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import loguxConfig from '@logux/eslint-config'
22

3-
/** @type {import('eslint').Linter.FlatConfig[]} */
3+
/** @type {import('eslint').Linter.Config[]} */
44
export default [
55
{
66
ignores: ['fixtures/', 'packages/*/test/fixtures/']

0 commit comments

Comments
 (0)