@wuchuheng/setup
Version:
CLI tool to initialize project with common configuration files
24 lines • 634 B
JSON
{
"recommendations": [
// To check spelling
"streetsidesoftware.code-spell-checker",
// Vim
"vscodevim.vim",
// Prettier
"esbenp.prettier-vscode",
// ESLint
"dbaeumer.vscode-eslint",
// Git Graph
"mhutchie.git-graph",
// Markdow preview
"shd101wyy.markdown-preview-enhanced",
// Tailwind CSS
"bradlc.vscode-tailwindcss",
// wsl
"ms-vscode-remote.remote-wsl",
// todo plugin.
"Gruntfuggly.todo-tree",
// Html
"formulahendry.auto-rename-tag"
]
}