Greater Goods Style Guide
Greater Goods style guide is a fork of TSLint, made for internal usage.
How to Use
npm install gg-style -g
gg-style <path/to/file.ts>
Creating a new release
git clone https://github.com/dmdbrands/gg-style
cd gg-style
npm install
(make changes and commit)
tsc -p src (compiles /src/**.ts to /lib/**.js)
npm adduser (sign in with dev_gg <dev@greatergoods.com>)
npm version patch (replace patch with minor/major for minor/major changes)
npm publish