@tagproject/vscode-shared-config
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

Package logo

Build Status npm Standard Shared Config

Standard Shared Config for vscode

Install

npm install @tagproject/vscode-shared-config --save-dev

Usage

  • Add "prepare:vscode": "vscode-shared-config" to scripts property in your package.json
  • Rename your prepare scripts to prepare:[NAME]
  • Add "prepare": "run-s prepare:*"
  • Run npm run prepare

Configs

extract configs:

  • .editorconfig
  • .prettierrc

merge files:

  • .gitignore
  • .npmignore
  • .prettierignore
  • .vscode/cspell.json
  • .vscode/launch.json
  • .vscode/settings.json

append to package.json:

scripts:

  • prepare - run all prepare:*
  • prepare:vscode - extract and merge vscode configs
  • lint - run linting
  • lint:spell - run spell check

dependencies:

Package Sidebar

Install

npm i @tagproject/vscode-shared-config

Weekly Downloads

13

Version

4.0.4

License

MIT

Unpacked Size

11.7 kB

Total Files

8

Last publish

Collaborators

  • keindev