@totvs/thf-tslint

4.0.2 • Public • Published

thf-tslint

Package with lint rules used in the (THF) Totvs HTML Framework.

INSTALL

npm i --save-dev @totvs/thf-tslint

USAGE

To apply lint rules used in THF projects you should, after installing the package, add the following lines of code in the tslint.json file, found at the root of your project.

"extends": [
  "@totvs/thf-tslint"
]

Your file should look like this:

{
  "extends": [
    "@totvs/thf-tslint"
  ],
  "rules": {
    // your personal rules.
  }
}

For more informations Starting with thf-tslint.

Readme

Keywords

Package Sidebar

Install

npm i @totvs/thf-tslint

Weekly Downloads

25

Version

4.0.2

License

MIT

Unpacked Size

4.47 kB

Total Files

3

Last publish

Collaborators

  • jcorrea97
  • mingle.dev
  • rogerio.fialho
  • dev.totvs
  • felipecrescencio
  • nicoleoliveira
  • felipeconti
  • alexmmartins
  • danotto
  • mansano
  • rogeriorc
  • tvmatias
  • robson.dba
  • daniel.yampolschi
  • acandido
  • lwtnb.wrk
  • pouidev
  • alinelariguet
  • roger.steuernagel
  • totvstec-bot