File tree Expand file tree Collapse file tree 1 file changed +44
-44
lines changed
Expand file tree Collapse file tree 1 file changed +44
-44
lines changed Original file line number Diff line number Diff line change 1- {
2- "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3- "organizeImports" : {
4- "enabled" : true
5- },
6- "files" : {
7- "include" : [" docs" , " packages/*" ],
8- "ignore" : [
9- " .github" ,
10- " .gitignore" ,
11- " .vitepress" ,
12- " .vscode" ,
13- " *.md" ,
14- " *.toml" ,
15- " build" ,
16- " dist" ,
17- " node_modules" ,
18- " package.json" ,
19- " tsconfig.json" ,
20- " packages/lexicons/src/lib/lexicons.ts"
21- ]
22- },
23- "linter" : {
24- "enabled" : true ,
25- "rules" : {
26- "recommended" : true
27- }
28- },
29- "formatter" : {
30- "indentStyle" : " space" ,
31- "lineWidth" : 80 ,
32- "lineEnding" : " crlf "
33- },
34- "vcs" : {
35- "enabled" : true ,
36- "clientKind" : " git" ,
37- "useIgnoreFile" : true
38- },
39- "javascript" : {
40- "formatter" : {
41- "quoteStyle" : " single"
42- }
43- }
44- }
1+ {
2+ "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3+ "organizeImports" : {
4+ "enabled" : true
5+ },
6+ "files" : {
7+ "include" : [" docs" , " packages/*" ],
8+ "ignore" : [
9+ " .github" ,
10+ " .gitignore" ,
11+ " .vitepress" ,
12+ " .vscode" ,
13+ " *.md" ,
14+ " *.toml" ,
15+ " build" ,
16+ " dist" ,
17+ " node_modules" ,
18+ " package.json" ,
19+ " tsconfig.json" ,
20+ " packages/lexicons/src/lib/lexicons.ts"
21+ ]
22+ },
23+ "linter" : {
24+ "enabled" : true ,
25+ "rules" : {
26+ "recommended" : true
27+ }
28+ },
29+ "formatter" : {
30+ "indentStyle" : " space" ,
31+ "lineWidth" : 80 ,
32+ "lineEnding" : " lf "
33+ },
34+ "vcs" : {
35+ "enabled" : true ,
36+ "clientKind" : " git" ,
37+ "useIgnoreFile" : true
38+ },
39+ "javascript" : {
40+ "formatter" : {
41+ "quoteStyle" : " single"
42+ }
43+ }
44+ }
You can’t perform that action at this time.
0 commit comments