Skip to content

Commit

Permalink
feat: bump biome to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Apr 22, 2024
1 parent 8b5b8fa commit 7d65946
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 47 deletions.
3 changes: 0 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"enabled": true,
"rules": {
"recommended": true,
"nursery": {
"noUselessTernary": "error"
},
"complexity": {
"noExcessiveCognitiveComplexity": "warn",
"useSimplifiedLogicExpression": "error"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"check": "biome check . --apply"
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@biomejs/biome": "1.7.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@tsconfig/node20": "^20.1.2",
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions skeleton/base/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"enabled": true,
"rules": {
"recommended": true,
"nursery": {
"noUselessTernary": "error"
},
"complexity": {
"noExcessiveCognitiveComplexity": "warn",
"useSimplifiedLogicExpression": "error"
Expand Down
2 changes: 1 addition & 1 deletion skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@biomejs/biome": "1.7.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@tsconfig/node20": "^20.1.2",
Expand Down

0 comments on commit 7d65946

Please sign in to comment.