Package Exports
- tslint-config-yoshi
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tslint-config-yoshi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tslint configuration for yoshi based projects using react
Install all peer dependencies:
"prettier": "^1.11.1",
"tslint": ">=5.10.0"
Add the following to your tslint.json
:
{
"extends": "tslint-config-yoshi"
}