This package has been deprecated

Author message:

[DEPRECATED] This project has been merged into tslint-config-prettier

tslint-config-prettier-ext

1.5.0 • Public • Published

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

Package Sidebar

Install

npm i tslint-config-prettier-ext

Weekly Downloads

26

Version

1.5.0

License

MIT

Last publish

Collaborators

  • ikatyang