cra ts eslint prettier:使用TypeScript并为ESLint和Prettier配置的示例Create React App 源码
带有AirBnB Linter规则的TypeScript React App 在尝试配置我们的TypeScript React应用程序以将ESLint与AirBnB规则和Prettier结合使用时,我发现了很多信息(如果过时)。 我正在创建此存储库以供将来参考。 使用Typescript样本创建React App npx create-react-app --typescript 为TypeScript添加ESLint并配置 参见: : yarn add -D eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-react @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint --init 使用默认值
用户评论