ecomfe / eslint-config

eslint shareable config for efe
MIT License
118 stars 31 forks source link

增加三条ts规则检查 #40

Closed franckchen closed 3 years ago

franckchen commented 3 years ago

其中两条都是@typescript-eslint更优,推荐使用@typescript-eslint,禁用eslint原规则

no-dupe-class-members

no-duplicate-imports

另外引入一条有用的规则

no-extra-non-null-assertion