Commit | Line | Data |
---|---|---|
6f08178e | 1 | { |
f25e5484 | 2 | "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", |
6f08178e JB |
3 | "organizeImports": { |
4 | "enabled": false | |
5 | }, | |
6 | "linter": { | |
38314b39 | 7 | "enabled": false, |
6f08178e JB |
8 | "rules": { |
9 | "recommended": true | |
10 | } | |
11 | }, | |
12 | "formatter": { | |
13 | "enabled": true, | |
14 | "indentStyle": "space", | |
fae2c453 | 15 | "indentWidth": 2 |
6f08178e JB |
16 | }, |
17 | "javascript": { | |
18 | "formatter": { | |
19 | "quoteStyle": "single", | |
8d659fa6 | 20 | "trailingCommas": "es5", |
f913c68c JB |
21 | "semicolons": "asNeeded", |
22 | "arrowParentheses": "asNeeded" | |
23 | } | |
24 | }, | |
25 | "json": { | |
26 | "parser": { | |
27 | "allowComments": true | |
6f08178e JB |
28 | } |
29 | }, | |
30 | "files": { | |
6fbb64fd | 31 | "ignore": ["pnpm-lock.yaml", "benchmark/results/"] |
6f08178e JB |
32 | } |
33 | } |