@joincivil/tslint-rules

2.7.2 • Public • Published

@joincivil/tslint-rules

Shared rules for Typescript linter

license

Installation

Your tslint needs to be >=5.9 for the yaml support

yarn add --dev @joincivil/tslint-rules

Usage

Install tslint:

yarn add --dev tslint

In your tslint.json or tslint.yaml extend the rules:

---
extends: "@joincivil/tslint-rules"
rules:
  # Your additional / overridinng rules here
  max-line-length:
    options: [7272]

Run linter with the --project option for all the rules to work:

tslint --project ./

Contributing

Civil's ecosystem is free and open-source, we're all part of it and you're encouraged to be a part of it with us. Best place to start hacking would be to use the @joincivil/core and build some application on top of the protocol.

If you're itching to dwelve deeper inside, help wanted and good first issue labels are good places to get started and learn the architecture.

Readme

Keywords

none

Package Sidebar

Install

npm i @joincivil/tslint-rules

Weekly Downloads

2

Version

2.7.2

License

Apache-2.0

Unpacked Size

15.3 kB

Total Files

4

Last publish

Collaborators

  • dankins
  • nickreynolds
  • tobek
  • walfly