File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " ./node_modules/@biomejs/biome/configuration_schema.json" ,
3+ "vcs" : {
4+ "enabled" : false ,
5+ "clientKind" : " git" ,
6+ "useIgnoreFile" : false
7+ },
8+ "files" : {
9+ "ignoreUnknown" : false ,
10+ "includes" : [
11+ " **" ,
12+ " !node_modules" ,
13+ " !vendor" ,
14+ " !composer.json" ,
15+ " !composer.lock" ,
16+ " !package.json" ,
17+ " !package-lock.json"
18+ ]
19+ },
20+ "formatter" : {
21+ "enabled" : true ,
22+ "indentStyle" : " space" ,
23+ "indentWidth" : 4
24+ },
25+ "linter" : {
26+ "enabled" : true ,
27+ "rules" : {
28+ "recommended" : true
29+ }
30+ },
31+ "javascript" : {
32+ "formatter" : {
33+ "quoteStyle" : " double"
34+ }
35+ },
36+ "json" : {
37+ "formatter" : {
38+ "enabled" : true ,
39+ "bracketSpacing" : true ,
40+ "expand" : " always"
41+ },
42+ "parser" : {
43+ "allowComments" : true
44+ }
45+ },
46+ "assist" : {
47+ "enabled" : true ,
48+ "actions" : {
49+ "source" : {
50+ "organizeImports" : " on"
51+ }
52+ }
53+ }
54+ }
Original file line number Diff line number Diff line change 4141 "config" : {
4242 "allow-plugins" : {
4343 "ergebnis/composer-normalize" : true ,
44+ "laravel/pint" : true ,
4445 "pestphp/pest-plugin" : true
4546 }
4647 },
You can’t perform that action at this time.
0 commit comments