Skip to content

Commit

Permalink
chore(eslint): remove deprecated FlatConfig type
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Aug 30, 2024
1 parent 84b097d commit b801488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const GLOB_EXCLUDE = [
'**/snap/**',
]

/** @type {import('eslint').Linter.FlatConfig[]} */
/** @type {import('eslint').Linter.Config[]} */
export const tanstackConfig = [
{
name: 'tanstack/ignores',
Expand Down

0 comments on commit b801488

Please sign in to comment.