我用--template typescript
创建了一个新的React Native项目
我删除了作为样板文件一部分的template
目录。
然后我继续添加ESLint:
module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
extends: ["airbnb-typescript-prettier"]
};
然而,当我打开babel.config.js
时,我得到这个错误
解析错误:“parseroptions .project”;已为@typescript-eslint/parser设置。
该文件与您的项目配置:
/Users/Dan/site/babel.config.js
不匹配。该文件必须包含在至少一个提供的项目中。eslint