1.0.14 • Published 3 years ago

@wanjas/dev v1.0.14

Weekly downloads
16
License
ISC
Repository
github
Last release
3 years ago

@wanjas/dev

ESLint, Prettier, tsconfig and common devDependencies to share among projects

npm install @wanjas/dev --save-dev

In postinstall script package creates (if not exist) following configs that extend defaults from this package:

  • .eslintrc.js
  • .prettierrc.js
  • tsconfig.json

These files can also be found in ./_default_files directory.

Package includes common devDependencies:

  • typescript
  • ts-jest
  • ts-loader
  • ts-node
  • tsconfig-paths
  • etc.