This package has been deprecated

Author message:

Change your package to @po-ui/ng-tslint

@portinari/tslint

1.0.0 • Public • Published

po-tslint

Package with lint rules used in the (PO) Portinari HTML Framework.

INSTALL

npm i --save-dev @portinari/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": [
  "@portinari/tslint"
]

Your file should look like this:

{
  "extends": [
    "@portinari/tslint"
  ],
  "rules": {
    // your personal rules.
  }
}

For more informations Starting with po-tslint.

Package Sidebar

Install

npm i @portinari/tslint

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

5.54 kB

Total Files

4

Last publish

Collaborators

  • jhonysenem
  • jhosefmarks
  • portinariui