Package Exports
- tslint-ban-snippets
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-ban-snippets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tslint-ban-snippets readme
A custom tslint rule to ban configurable lists of code snippets.
examples: "return void reject", "it.only", "debugger".
status: !IN DEVELOPMENT!
dependencies
npm install -g semantic-release-clideveloping code in this repo
This project uses semantic release, so when committing its best to use this script:
./commit.sh
To release, simply push to github. This will automatically run builds, generate release notes on github, and release to npm!
git push
origin
This project is based on the excellent seeder project typescript-library-starter
The project was started to avoid having to repeatedly fix similar coding issues in large TypeScript code bases.
ORIGINAL readme
authors
Original work by Sean Ryan - mr.sean.ryan(at gmail.com)
licence = MIT
This project is licensed under the MIT License - see the LICENSE file for details