Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 869 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 869 Bytes

Po.et TSLint rules

Build Status Renovate enabled semantic-release Join the chat at https://gitter.im/poetapp/Lobby

Install:

npm i -D @po.et/tslint-rules

In tslint.json, add the extension:

{
  "extends": [
    "@po.et/tslint-rules"
  ]
}