Skip to content

Commit

Permalink
Merge branch 'deps'
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Jul 2, 2024
2 parents 638289b + 87c0286 commit b8832e7
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 116 deletions.
5 changes: 3 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "none",
"trailingCommas": "none",
"arrowParentheses": "asNeeded"
}
},
Expand All @@ -25,7 +25,8 @@
"rules": {
"recommended": true,
"correctness": {
"all": true
"all": true,
"noNodejsModules": "off"
},
"complexity": {
"noForEach": "off",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@pirxpilot/replay": "^2.2.1",
"clean-css-cli": "^5.1.0",
"clean-css-cli": "^5.6.3",
"commander": "~12.0.0",
"postcss": "~8",
"postcss-cachify": "^4.0.0",
Expand Down
Loading

0 comments on commit b8832e7

Please sign in to comment.