Socket
Book a DemoInstallSign in
Socket

tslint-config-gooddata

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-gooddata

GoodData TSLint rules configuration

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
2
Created
Source

GoodData TypeScript Style Guide

TypeScript coding style guide similar to GoodData JavaScript Style Guide

Install

yarn add --dev tslint-config-gooddata

Usage

Edit your tslint.json

{
  "extends": "tslint-config-gooddata"
}

Release

git checkout master && git pull upstream master
npm version [major|minor|patch]
git commit -am "TS - Release v[your_version]"
npm publish
git push upstream master

FAQs

Package last updated on 15 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts