Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunocarvalhodearaujo/vscode-recommended-workspace
an recommended workspace for javascript development in vscode
https://github.com/brunocarvalhodearaujo/vscode-recommended-workspace
extensions settings snippets vscode vscode-extension
Last synced: 9 days ago
JSON representation
an recommended workspace for javascript development in vscode
- Host: GitHub
- URL: https://github.com/brunocarvalhodearaujo/vscode-recommended-workspace
- Owner: brunocarvalhodearaujo
- Created: 2019-06-01T14:45:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:24:46.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T14:33:24.848Z (over 1 year ago)
- Topics: extensions, settings, snippets, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VSCode recommended Workspace
============================## Quick start
1. Install `Node.js`
2. Open terminal and run this command:````sh
$ npm i -g standard \
eslint \
babel-eslint \
eslint-plugin-flowtype \
eslint-plugin-import \
eslint-plugin-react \
eslint-plugin-node \
eslint-plugin-promise \
eslint-plugin-standard \
@typescript-eslint/eslint-plugin
````## Commands
````
> Recommended Workspace: Set editor recommended configurations
````````
> Recommended Workspace: Install React.js most used dependencies
````## Optional dependencies
- [Vuln Cost](https://marketplace.visualstudio.com/items?itemName=snyk-security.vscode-vuln-cost)
- [Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost)## References
- [vscode-material-icon-theme](https://github.com/PKief/vscode-material-icon-theme)
- [plugin helloworld-sample](https://github.com/microsoft/vscode-extension-samples/tree/master/helloworld-sample)
- [VS Code API](https://code.visualstudio.com/api/references/vscode-api)