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
Use this for projects with React!
Extends tslint-config-yoshi-base with React specific tslint rules, e.g., tslint-react, tslint-plugin-wix-style-react
Install all peer dependencies:
"prettier": "^1.11.1",
"tslint": ">=5.10.0",
"tslint-react-hooks": "^2.1.0"
Add the following to your tslint.json
:
{
"extends": "tslint-config-yoshi"
}