JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 58
  • Score
    100M100P100Q95760F
  • License MIT

A custom tslint rule to ban configurable lists of code snippets.

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!

Travis Coveralls

Greenkeeper badge Dev Dependencies

npm Package NPM Downloads

styled with prettier semantic-release

License: MIT Donate

dependencies

npm install -g semantic-release-cli

developing 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

see here

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