:file_folder: Use tslint to check for invalid imports between packages and folders in your TypeScript project. Automatic validation and documentation of package architecture.
:scroll: Simple bash scripts to setup a basic dev environment in Ubuntu
:memo: Counts how many lines of code (LOC/SLOC) are in a code base, by programming language.
:no_entry_sign: A custom tslint rule to ban configurable lists of code snippets. examples: "return void reject", "it.only", "debugger".
:no_entry_sign: A custom eslint rule to ban configurable lists of TypeScript code snippets. examples: "return void reject", "it.only", "debugger".