File tree Expand file tree Collapse file tree 5 files changed +42
-145
lines changed Expand file tree Collapse file tree 5 files changed +42
-145
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://biomejs.dev/schemas/2.3.0/schema.json" ,
3+ "root" : false ,
4+ "extends" : [" @macalinao/biome-config/base" ],
5+ "linter" : {
6+ "domains" : {
7+ "next" : " recommended"
8+ },
9+ "rules" : {
10+ "correctness" : {
11+ "useImportExtensions" : " off"
12+ }
13+ }
14+ }
15+ }
Original file line number Diff line number Diff line change 2020 "yaml" : " ^2.8.1"
2121 },
2222 "devDependencies" : {
23+ "@macalinao/biome-config" : " ^0.1.4" ,
2324 "@tailwindcss/postcss" : " ^4.1.16" ,
2425 "@types/mdx" : " ^2.0.13" ,
2526 "@types/node" : " 24.9.1" ,
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.2.7 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.3.0 /schema.json" ,
33 "extends" : [" @macalinao/biome-config/base" ],
44 "files" : {
55 "ignoreUnknown" : false ,
You can’t perform that action at this time.
0 commit comments