node-vscode

Will help you setup your vscode with vscode, editorconfig, eslint and prettier configuration

Usage no npm install needed!

<script type="module">
  import nodeVscode from 'https://cdn.skypack.dev/node-vscode';
</script>

README

What is this?

- This package will help you setup your VS Code.

- Provides VSCode editor, EditorConfig, Prettier and ESLint configuration.

- Language: JavaScript / TypeScript
- Runtime: NodeJS

What this does?

- Editor configuration: 

    - VSCode settings -> ./.vscode/settings.json
    - EditorConfig -> ./.editorconfig

- Linter: 

    - ESLint -> ./.eslintrc.json

- Formatter: 
    
    - Prettier -> ./.prettierrc.json

How it does it?

-