eslint-config-blued-typescript
v1.1.2
Published
Blued大前端编码规范,TypeScript版本,基于[airbnb](https://github.com/airbnb/javascript)所进行的一些符合日常开发习惯的客制化
Downloads
43
Readme
eslint-config-blued-typescript
主要文档目录:eslint-config-blued
基于React进行的规则增强,只需将上述文档中blued
修改为blued-typescript
即可。
包含安装步骤以及
extends
的设置
npx install-peerdeps --dev eslint-config-blued-typescript
extends: blued-typescript
注意事项
如果同时使用react
和typeScript
,必须要保证在extends
中typescript
在react
的下边:
因为parser是会覆盖的,而不是共存,ts-parser相对于typescript比babel的支持度更高一些
exnteds:
- blued-react
- blued-typescript/react # 指定React版本,会完全继承Typescript的所有规则,并覆盖一些React规则