1.1.2 • Published 5 years ago

eslint-config-blued-typescript v1.1.2

Weekly downloads
27
License
ISC
Repository
github
Last release
5 years ago

eslint-config-blued-typescript

主要文档目录:eslint-config-blued

基于React进行的规则增强,只需将上述文档中blued修改为blued-typescript即可。

包含安装步骤以及extends的设置

npx install-peerdeps --dev eslint-config-blued-typescript
extends: blued-typescript

注意事项

如果同时使用reacttypeScript,必须要保证在extendstypescriptreact的下边:
因为parser是会覆盖的,而不是共存,ts-parser相对于typescript比babel的支持度更高一些

exnteds:
  - blued-react
  - blued-typescript/react # 指定React版本,会完全继承Typescript的所有规则,并覆盖一些React规则
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.15

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago