This package has been deprecated

Author message:

PO TSLint foi depreciado, migramos para o @angular-eslint, veja nossa documentação de apoio https://medium.com/totvsdevelopers/migrando-um-projeto-angular-com-tslint-para-o-eslint-d572e19786c1

@po-ui/ng-tslint

4.0.1 • Public • Published

po-tslint

⚠️ PO TSLint is deprecated.

Migramos para o @angular-eslint veja nossa documentação de apoio.

Package with lint rules used in the PO UI.

Install

npm i --save-dev @po-ui/ng-tslint

Usage

To apply lint rules used in PO 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": [
  "@po-ui/ng-tslint"
]

Your file should look like this:

{
  "extends": [
    "@po-ui/ng-tslint"
  ],
  "rules": {
    // your personal rules.
  }
}

For more informations read Starting with po-tslint.

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @po-ui/ng-tslint

    Weekly Downloads

    4

    Version

    4.0.1

    License

    MIT

    Unpacked Size

    9.83 kB

    Total Files

    10

    Last publish

    Collaborators

    • anliben
    • csimoesjr
    • felipe.petuco
    • rafaellmarques
    • jorge-ribeiro
    • jcorrea97
    • pouidev
    • alinelariguet