Skip to content

Commit

Permalink
fix: revert name
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 2, 2024
1 parent d66accb commit 1c4c68c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default function ignore(options: FlatGitignoreOptions = {}): FlatConfigIt
throw new Error('No .gitignore file found')

return {
name: options.name || 'gitignore',
// TODO: ESLint does not work with names on global ignores yet
// name: options.name || 'gitignore',
ignores,
}
}

0 comments on commit 1c4c68c

Please sign in to comment.