![Coverage Status][coverage-badge]
A TSLint sharable config with custom rules I made for myself.
# Install with npm:
npm install --save-dev @rebeccastevens/tslint-rebeccastevens
# Install with yarn:
yarn add -D @rebeccastevens/tslint-rebeccastevens
Choose one of the rule sets below and add it to your tslint.json
file to use it.
Rules | Description |
---|---|
no-return-readonly-array | Prevents the type ReadonlyArray<T> from being returned from a function. |
[coverage-badge]: https://img.shields.io/coveralls/github/RebeccaStevens/tslint-rebeccastevens/master.svg?style=flat-square