eslint-config-blued-typescript

1.1.2 • Public • Published

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规则 

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.29latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.29
1.1.10
1.1.00
1.0.20
1.0.10
1.0.00
0.2.40
0.2.31
0.2.20
0.2.10
0.2.00
0.1.01
0.0.150
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.71
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i eslint-config-blued-typescript

Weekly Downloads

12

Version

1.1.2

License

ISC

Unpacked Size

4.25 kB

Total Files

7

Last publish

Collaborators

  • jiasm