Skip to content

Commit

Permalink
feat: disallow empty files
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Nov 17, 2024
1 parent d1979f3 commit eede4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/unicorn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export async function unicorn(): Promise<Array<TypedFlatConfigItem>> {
],
"unicorn/no-array-push-push": "error",
"unicorn/no-await-expression-member": "error",
"unicorn/no-empty-file": "error",
"unicorn/no-for-loop": "error",
"unicorn/no-keyword-prefix": "error",
"unicorn/no-lonely-if": "error",
Expand Down

0 comments on commit eede4fc

Please sign in to comment.