Skip to content

Commit aebf5c7

Browse files
authored
Meta: Replace stylelint with biome (#8438)
1 parent 1d2383a commit aebf5c7

File tree

6 files changed

+178
-873
lines changed

6 files changed

+178
-873
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- uses: codespell-project/actions-codespell@v2
6767
with:
6868
ignore_words_list: eror,usera
69+
exclude_file: ${{ github.workspace }}/package-lock.json
6970
skip: '*.json'
7071

7172
Types:

biome.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.0.0-beta.2/schema.json",
3+
"linter": {
4+
"enabled": true,
5+
"rules": { "recommended": true }
6+
},
7+
"files": {
8+
"includes": [
9+
"source/**/*.css"
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)