Skip to content

Commit

Permalink
feat: disallow empty files (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev authored Dec 4, 2024
1 parent c5d6ea1 commit 7335b3d
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 7335b3d

Please sign in to comment.