File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
- id : biome-ci
2
2
name : biome ci
3
- entry : biome ci --files-ignore-unknown=true --no-errors-on-unmatched
3
+ entry : biome ci --files-ignore-unknown=true --no-errors-on-unmatched --error-on-warnings
4
4
language : node
5
5
types : [text]
6
6
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
7
7
require_serial : true
8
8
- id : biome-check
9
9
name : biome check
10
- entry : biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
10
+ entry : biome check --write --files-ignore-unknown=true --no-errors-on-unmatched --error-on-warnings
11
11
language : node
12
12
types : [text]
13
13
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
14
14
require_serial : true
15
15
- id : biome-format
16
16
name : biome format
17
- entry : biome format --write --files-ignore-unknown=true --no-errors-on-unmatched
17
+ entry : biome format --write --files-ignore-unknown=true --no-errors-on-unmatched --error-on-warnings
18
18
language : node
19
19
types : [text]
20
20
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
21
21
require_serial : true
22
22
- id : biome-lint
23
23
name : biome lint
24
- entry : biome lint --write --files-ignore-unknown=true --no-errors-on-unmatched
24
+ entry : biome lint --write --files-ignore-unknown=true --no-errors-on-unmatched --error-on-warnings
25
25
language : node
26
26
types : [text]
27
27
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
Original file line number Diff line number Diff line change 40
40
hooks:
41
41
- id: local-biome-check
42
42
name: biome check
43
- entry: npx biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
43
+ entry: npx biome check --write --files-ignore-unknown=true --no-errors-on-unmatched --error-on-warnings
44
44
language: system
45
45
types: [text]
46
46
files: "\\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
You can’t perform that action at this time.
0 commit comments