Skip to content

Commit 56c8168

Browse files
Update Biome configuration file with additional supported languages (#951)
I've added [all the languages that are currently fully supported by Biome](https://biomejs.dev/internals/language-support/).
1 parent 74416c6 commit 56c8168

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

linters/biome/plugin.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ lint:
1212
# Successor to the rome linter+formatter
1313
- name: biome
1414
files:
15-
- typescript
15+
- css
16+
- graphql
1617
- javascript
1718
- json
19+
- typescript
1820
description: A static analyzer for web projects
1921
commands:
2022
- name: lint

0 commit comments

Comments
 (0)