1.0.1 • Published 1 year ago

@lints-config/eslint-config-react-ts v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@lints-config/eslint-config-react-ts

react + typescript 技术栈 ESLint 常用配置

安装

npm i @lints-config/eslint-config-react-ts -D

使用

1、修改 eslint 配置文件,将 extends 配置成 @lints-config/eslint-config-react-ts

{
  "extends": ["@lints-config/eslint-config-react-ts"]
}

2、添加 prettier 配置,如果存在则跳过。

3、添加 tsconfig.json 配置,如果存在则跳过。