Commit 683c7fc 1 parent 729ac68 commit 683c7fc Copy full SHA for 683c7fc
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
entry : biome ci --files-ignore-unknown=true --no-errors-on-unmatched
4
4
language : node
5
5
types : [text]
6
- files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?)$"
6
+ files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css )$"
7
7
- id : biome-check
8
8
name : biome check
9
9
entry : biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
10
10
language : node
11
11
types : [text]
12
- files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?)$"
12
+ files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css )$"
13
13
- id : biome-format
14
14
name : biome format
15
15
entry : biome format --write --files-ignore-unknown=true --no-errors-on-unmatched
16
16
language : node
17
17
types : [text]
18
- files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?)$"
18
+ files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css )$"
19
19
- id : biome-lint
20
20
name : biome lint
21
21
entry : biome lint --write --files-ignore-unknown=true --no-errors-on-unmatched
22
22
language : node
23
23
types : [text]
24
- files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?)$"
24
+ files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css )$"
Original file line number Diff line number Diff line change 46
46
entry: npx biome check --apply --files-ignore-unknown=true --no-errors-on-unmatched
47
47
language: system
48
48
types: [text]
49
- files: "\\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?)$"
49
+ files: "\\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css )$"
50
50
` ` `
51
51
52
52
The pre-commit option `files` is optional,
You can’t perform that action at this time.
0 commit comments