Skip to content

Commit

Permalink
docs(changeset): feat(eslint): update types
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 6, 2024
1 parent 21e0760 commit 60ea5b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-lizards-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nailyjs/eslint": patch
---

feat(eslint): update types
2 changes: 1 addition & 1 deletion packages/eslint/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare global {
* ```
* It will proxy the config from `naily.config.ts` to this `naily.eslint` object.
*/
eslint?: Parameters<typeof antfu>[0] & {
eslint?: Omit<Parameters<typeof antfu>[0], 'overrides'> & {
extraOptions?: Array<Parameters<typeof antfu>[1]>
}
}
Expand Down

0 comments on commit 60ea5b8

Please sign in to comment.