Socket
Book a DemoInstallSign in
Socket

@cognite/tslint-config-cognite-3d

Package Overview
Dependencies
Maintainers
45
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cognite/tslint-config-cognite-3d

tslint configuration for Cognite 3D team projects

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
75
275%
Maintainers
45
Weekly downloads
 
Created
Source

tslint-config-cognite-3d

This is the tslint configuration for Cognite 3D team projects. It uses tslint-plugin-prettier with tslint-config-prettier to apply code formatting style.

Setup

Install lint config:

yarn add --dev @cognite/tslint-config-cognite-3d

Install peer dependencies:

yarn add --dev tslint prettier tslint-plugin-prettier tslint-config-prettier

Create a tslint.json file in the root of your project:

{
  "extends": ["@cognite/tslint-config-cognite-3d"]
}

FAQs

Package last updated on 17 Apr 2019

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