0.0.6-dev • Published 5 years ago

@eigenspace/jest-testing-utils v0.0.6-dev

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Why do we have that dev dependencies?

  • @eigenspace/codestyle - includes lint rules, config for typescript.
  • @eigenspace/helper-scripts - scripts are used in npm scripts.
  • @types/* - contains type definitions for specific library.
  • eslint - it checks code for readability, maintainability, and functionality errors.
  • typescript - is a superset of JavaScript that have static type-checking and ECMAScript features.
  • husky - used for configure git hooks.
  • lint-staged - used for configure linters against staged git files.
  • prettier - style components formatter.
  • jest - access to global variables to modify.

CI

Important!

Travis creates the .npmrc file during ci startup. This file contains the access token to the npm repository.