tslint-simple-config

1.0.8 • Public • Published

tslint-simple-config

tslint + prettier + airbnb = 😍

每次新建项目是不是都要重新配置tslint? 是不是每次都要从其它项目复制过来?为了减轻这种痛苦, 快来使用 `tslint-simple-config` 吧! 在集成了`prettier`, `react`和`airbnb`配置的基础上, 添加了一些个人的配置, 让其更加的严格和规范.

Get started

yarn add -D tslint-simple-config
npm install -D tslint-simple-config

config

{
    "extends": ["tslint-simple-config"],
    "rules": {
        // personal config
    }
}

Credits

Made with ❤️ by @lixucheng and all its contributors

Readme

Keywords

none

Package Sidebar

Install

npm i tslint-simple-config

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

8.58 kB

Total Files

8

Last publish

Collaborators

  • lixucheng