0.1.2 • Published 9 years ago

trainiac-js-configs v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

trainiac-js-configs

Base config files js development.

This project assumes these peer depencies

{
  "babel-cli": "^6.16.0",
  "babel-core": "^6.17.0",
  "babel-eslint": "^7.0.0",
  "babel-jest": "^16.0.0",
  "babel-plugin-transform-object-rest-spread": "^6.16.0",
  "babel-preset-es2015": "^6.16.0",
  "eslint": "^3.9.1",
  "jest": "^16.0.2"
}

All jest tests must end with test.js and all of the folders will be ignored in running tests and code coverage

[
  './node_modules',
  './coverage',
  './dist',
  './build'
]