@aaronchenwei/tslint-config

1.5.4 • Public • Published

tslint-config

NPM version Downloads Dependencies

This is an opinioned tslint configuration with prettier.

Installation

yarn add --dev @aaronchenwei/tslint-config tslint

Usage

In file tslint.json

{
  "extends": ["@aaronchenwei/tslint-config", "tslint-config-prettier"]
}

In order to configure pretitier, install packages and then add following to file package.json

yarn add --dev husky prettier pretty-quick
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }

Versioning

+----- Major version.
| +--- Minor version has BREAKING CHANGE and feature.
| | +- Patch version has patch.
| | |
x.x.x

License

MIT

Dependencies (6)

Dev Dependencies (18)

Package Sidebar

Install

npm i @aaronchenwei/tslint-config

Weekly Downloads

1

Version

1.5.4

License

MIT

Unpacked Size

15.2 kB

Total Files

13

Last publish

Collaborators

  • aaronchenwei