This package has been deprecated

Author message:

Moving to eslint - see Tslint deprecation roadmap

@clipchamp/tslint-config

0.1.6 • Public • Published

Clipchamp TS Style-Guide

This repository holds all sharable rules between our Typescript based libraries, tools and apps. For example, if you are writing a Typescript library, you may want to only lint Typescript, with no Angular rules.

Get up and running by installing the npm package: @clipchamp/tslint-config

npm install --save-dev @clipchamp/tslint-config

And don't forget the peer dependencies:

  • codelyzer
  • sonar-ts
  • tslint

Setting Up For Your Project

The most common scenarios you will have is:

  • With Angular Base Rules
  • Without Angular Base Rules

No Angular Base Rules

You can achieve this via:

{
  "extends": [
    "@clipchamp/tslint-config"
  ]
}

Angular Base Rules

You can achieve this via:

{
  "rulesDirectory": [
    "node_modules/codelyzer"
  ],
  "extends": [
    "@clipchamp/tslint-config/tslint-config-angular"
  ],
}

Package Sidebar

Install

npm i @clipchamp/tslint-config

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

8.44 kB

Total Files

4

Last publish

Collaborators

  • cameron.mcdougall
  • jezdufourq
  • carlyminjoycc
  • mattbirman
  • edbaak
  • nimig
  • clairegroobymicrosoft
  • stevep001
  • norgate
  • jimtyson
  • t-abbmohamed
  • edwlu
  • danyverm
  • cchaydenwarmington
  • walter.wengert
  • andressan
  • ccsamzhao
  • ccdanhall
  • chrispalmo
  • kevbrown-msft
  • kenluck2001
  • jonvolk
  • eskomsft
  • jcatcc
  • jahallahan
  • byronmejia
  • thillmann
  • sbalko
  • mholmes
  • pturpin
  • sebavan
  • matanui159
  • braydonburn
  • liamsheppard
  • allan121
  • jeshua-clipchamp
  • tobirau
  • joshduck
  • szymon.lorenz.clipchamp
  • saaj
  • cpdt
  • keloshea
  • zorfling-clipchamp
  • j4cq
  • romanofski
  • alexcampbell86
  • rwolski
  • clippychamp
  • theothergrantdavidson
  • benmac_clipchamp
  • exchange321
  • phodge-clipchamp
  • terrycp
  • ccjameshanford
  • alexandra.kudryavtseva
  • tomasz-clipchamp
  • jaseclamp
  • janel-clipchamp
  • billreath
  • thomkrupa
  • ccmaddymiller
  • joshjm