1.0.4 • Published 5 years ago

@cognite/tslint-config-cognite-3d v1.0.4

Weekly downloads
49
License
Apache-2.0
Repository
github
Last release
5 years ago

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"]
}
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago