Skip to content

Commit b75969c

Browse files
committed
ci(biome): initial config
1 parent 1ff5398 commit b75969c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.biome.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"formatter": {
3+
"indentStyle": "space",
4+
"indentWidth": 2
5+
}
6+
}

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
LINTER_RULES_PATH: .
7070
DEFAULT_BRANCH: main
7171
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
72+
BIOME_CONFIG_PATH: .biome.json
7273
GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
7374
FILTER_REGEX_EXCLUDE: "(docs/_layouts/default\\.html)$"
7475
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)