Skip to content

Commit

Permalink
docs: fix ignores example, close #394
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 17, 2024
1 parent 4f48899 commit 20a1d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default antfu({

// `.eslintignore` is no longer supported in Flat config, use `ignores` instead
ignores: [
'./fixtures',
'**/fixtures',
// ...globs
]
})
Expand Down

0 comments on commit 20a1d6d

Please sign in to comment.