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