Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jun 28, 2024
1 parent 7a706d1 commit 53bf674
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["biomejs.biome"]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
}
}
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
"engines": {
"node": ">=22"
},
"files": [
"bin",
"docs",
"src",
"lib",
"server.js"
],
"files": ["bin", "docs", "src", "lib", "server.js"],
"bugs": {
"url": "https://github.com/Kong/mockbin/issues"
},
Expand Down Expand Up @@ -68,4 +62,4 @@
"xmlbuilder": "^15.0.0",
"yamljs": "^0.3.0"
}
}
}

0 comments on commit 53bf674

Please sign in to comment.