1.5.0 • Published 7 years ago

tslint-config-prettier-ext v1.5.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

tslint-config-prettier-ext

npm build dependencies devDependencies

disable all prettier-related tslint rules

Changelog

You might be interested in installing tslint-plugin-prettier, which is a tslint plugin for prettier formatting.

Features

Install

# using npm
npm install --save-dev tslint-config-prettier-ext

# using yarn
yarn add --dev tslint-config-prettier-ext

Usage

(tslint.json)

{
  "extends": ["your-tslint-config", "tslint-config-prettier-ext"]
}

NOTE: make sure tslint-config-prettier-ext is at the end.

Development

# lint
yarn run lint

# build helpers
yarn run build

# generate rules.json
yarn run generate

# test
yarn run test

Related

License

MIT © Ika

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago