File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 # Install biome from https://biomejs.dev/guides/manual-installation/
77 # Avoid using NPM to install it until #359 is resolved
88 name : biome JS check
9- entry : biome check --write --files-ignore-unknown=true --no-errors-on-unmatched --colors=off
9+ entry : biome check --write --error-on-warnings -- files-ignore-unknown=true --no-errors-on-unmatched --colors=off
1010 language : system
1111 types : [javascript]
1212 files : ^atr/static/js/src/.*\.js$
2121 # These must be in the order deny, warn, allow
2222 - --deny=correctness
2323 - --deny=perf
24- - --warn =suspicious
25- - --warn =pedantic
24+ - --deny =suspicious
25+ - --deny =pedantic
2626 - --allow=unicorn/prefer-query-selector
2727- repo : https://github.com/oxipng/oxipng
2828 rev : v9.1.5
You can’t perform that action at this time.
0 commit comments