We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff5398 commit b75969cCopy full SHA for b75969c
.biome.json
@@ -0,0 +1,6 @@
1
+{
2
+ "formatter": {
3
+ "indentStyle": "space",
4
+ "indentWidth": 2
5
+ }
6
+}
.github/workflows/super-linter.yml
@@ -69,6 +69,7 @@ jobs:
69
LINTER_RULES_PATH: .
70
DEFAULT_BRANCH: main
71
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
72
+ BIOME_CONFIG_PATH: .biome.json
73
GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
74
FILTER_REGEX_EXCLUDE: "(docs/_layouts/default\\.html)$"
75
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments