Package Exports
- eslint-config-6river
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 (eslint-config-6river) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eslint-config-6river
- npm i -D eslint-config-6river
- Add one of the following to .eslintrc.json:
- TypeScript: {"extends": "6river/typescript"}
- JavaScript: {"extends": "6river"}
- mixed: {"extends": "6river/typescript"}
- Mocha tests: {"extends": "6river/mocha"}
- AngularJS: {"extends": "6river/angular"}
- Add one of the following to the scriptsproperty inpackage.json:- TypeScript: "lint": "eslint --ext .ts ."
- JavaScript: "lint": "eslint --ext .js ."
- mixed: "lint": "eslint --ext .js,ts ."
 
- TypeScript: 
- npm run lint