#!/bin/bash

set -e

./node_modules/.bin/tslint -c tslint.json -p tsconfig.json
