Skip to content

Commit 490e2a7

Browse files
🪲 [Fix]: Fix linter settings and docs (#50)
## Description This pull request makes a minor configuration update to the `.github/PSModule.yml` file, specifically disabling the Biome format validation in the linter environment. * Set `VALIDATE_BIOME_FORMAT` to `false` in the linter environment to skip Biome format validation.
1 parent 051523b commit 490e2a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/PSModule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Test:
1919
# Build:
2020
# Docs:
2121
# Skip: true
22+
2223
Linter:
2324
env:
2425
VALIDATE_BIOME_FORMAT: false

0 commit comments

Comments
 (0)