We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b097d commit 182b8aeCopy full SHA for 182b8ae
packages/config/src/eslint/index.js
@@ -20,7 +20,7 @@ const GLOB_EXCLUDE = [
20
'**/snap/**',
21
]
22
23
-/** @type {import('eslint').Linter.FlatConfig[]} */
+/** @type {import('eslint').Linter.Config[]} */
24
export const tanstackConfig = [
25
{
26
name: 'tanstack/ignores',
0 commit comments