Skip to content

Commit 182b8ae

Browse files
chore(eslint): remove deprecated FlatConfig type (#156)
1 parent 84b097d commit 182b8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/src/eslint/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const GLOB_EXCLUDE = [
2020
'**/snap/**',
2121
]
2222

23-
/** @type {import('eslint').Linter.FlatConfig[]} */
23+
/** @type {import('eslint').Linter.Config[]} */
2424
export const tanstackConfig = [
2525
{
2626
name: 'tanstack/ignores',

0 commit comments

Comments
 (0)