tslint-config-inmotionnow
v5.5.0
Published
A TSLint config for inMotionNow
Readme
TSLint Config inMotionNow
Installation
yarn add tslint-config-inmotionnow --devUsage
In tslint.json:
{
"extends": "tslint-config-inmotionnow"
}Deploying a new tslint-config-inmotionnow package
First make sure the version number in package.json has been incremented.
Build the package
yarn buildThen publish
npm publishPublishing requires that you have the NPM_TOKEN environment variable set. Someone in dev can provide the token.

