Skip to content

Commit

Permalink
feat: typescript, eslint, prettier config를 설치한다
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung committed Aug 10, 2024
1 parent 70b51e3 commit bca91b5
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@guesung/prettier-config"
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snippet-wizard",
"displayName": "Snippet Wizard",
"description": "Generate VSCode snippets from selected code",
"version": "0.0.7",
"version": "0.0.8",
"publisher": "guesung",
"engines": {
"vscode": "^1.91.0"
Expand Down Expand Up @@ -42,6 +42,9 @@
"test": "vscode-test"
},
"devDependencies": {
"@guesung/eslint-config": "^1.0.4",
"@guesung/prettier-config": "^1.0.0",
"@guesung/typescript-config": "^1.0.0",
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
"@types/vscode": "^1.91.0",
Expand All @@ -51,7 +54,7 @@
"@vscode/test-electron": "^2.4.0",
"esbuild": "^0.21.5",
"npm-run-all": "^4.1.5",
"@guesung/prettier-config": "^1.0.0",
"@guesung/typescript-config": "^1.0.0"
"typescript": "^5.5.4",
"prettier": "^3.3.3"
}
}
110 changes: 110 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit bca91b5

Please sign in to comment.