Skip to content

Commit

Permalink
Merge pull request #25 from nemuvski/update-deps
Browse files Browse the repository at this point in the history
Update deps (biome, reload, lightningcss)
  • Loading branch information
nemuvski authored Aug 31, 2024
2 parents 9c8e054 + 1f22dd5 commit 0e788ae
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 113 deletions.
15 changes: 13 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"javascript": {
"formatter": {
"trailingComma": "es5",
"trailingCommas": "es5",
"quoteStyle": "double",
"semicolons": "always",
"jsxQuoteStyle": "double",
Expand All @@ -57,5 +57,16 @@
}
}
}
]
],
"css": {
"parser": {
"cssModules": false
},
"linter": {
"enabled": true
},
"formatter": {
"enabled": true
}
}
}
Loading

0 comments on commit 0e788ae

Please sign in to comment.