File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3+ "formatter" : {
4+ "enabled" : true
5+ },
6+ "linter" : {
7+ "enabled" : true
8+ },
9+ "organizeImports" : {
10+ "enabled" : true
11+ }
12+ }
Original file line number Diff line number Diff line change @@ -54,4 +54,6 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
5454 PYTHONPATH=$( pwd) python3 scripts/manual_fixtures.py
5555fi
5656echo " ... biome-ing (fixtures and testdata) ..."
57- ./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched
57+ # ./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --write ./fixtures
58+ ./tmp/biome check --write fixtures
59+ ./tmp/biome check --write tests/data
You can’t perform that action at this time.
0 commit comments