File tree Expand file tree Collapse file tree 1 file changed +32
-29
lines changed
frameworks/react-cra/toolchains/biome/assets Expand file tree Collapse file tree 1 file changed +32
-29
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3- "vcs" : {
4- "enabled" : false ,
5- "clientKind" : " git" ,
6- "useIgnoreFile" : false
7- },
8- "files" : {
9- "ignoreUnknown" : false ,
10- "ignore" : [" src/routeTree.gen.ts" ],
11- "include" : [" src/*" , " .vscode/*" , " index.html" , " vite.config.js" ]
12- },
13- "formatter" : {
14- "enabled" : true ,
15- "indentStyle" : " tab"
16- },
17- "organizeImports" : {
18- "enabled" : true
19- },
20- "linter" : {
21- "enabled" : true ,
22- "rules" : {
23- "recommended" : true
24- }
25- },
26- "javascript" : {
27- "formatter" : {
28- "quoteStyle" : " double"
29- }
30- }
2+ "$schema" : " https://biomejs.dev/schemas/2.2.4/schema.json" ,
3+ "vcs" : {
4+ "enabled" : false ,
5+ "clientKind" : " git" ,
6+ "useIgnoreFile" : false
7+ },
8+ "files" : {
9+ "ignoreUnknown" : false ,
10+ "includes" : [
11+ " **/src/**/*" ,
12+ " **/.vscode/**/*" ,
13+ " **/index.html" ,
14+ " **/vite.config.js" ,
15+ " !**/src/routeTree.gen.ts"
16+ ]
17+ },
18+ "formatter" : {
19+ "enabled" : true ,
20+ "indentStyle" : " tab"
21+ },
22+ "assist" : { "actions" : { "source" : { "organizeImports" : " on" } } },
23+ "linter" : {
24+ "enabled" : true ,
25+ "rules" : {
26+ "recommended" : true
27+ }
28+ },
29+ "javascript" : {
30+ "formatter" : {
31+ "quoteStyle" : " double"
32+ }
33+ }
3134}
You can’t perform that action at this time.
0 commit comments