美文网首页
VS code开发React Native插件安装

VS code开发React Native插件安装

作者: 维仔_411d | 来源:发表于2020-02-15 22:06 被阅读0次
插件名
React Native Tools 微软官方开发的vscode下 React Native的开发辅助工具
ES7 React/Redux/GraphQL/React Native snippets 代码提升
Auto Close Tag 自动闭合标签
Auto Rename Tag
ESLint
Prettier 格式化代码

tips: 初始化项目后打开项目,ESLint报错——“ESLint configuration in .eslintrc.js » @react-native-community/eslint-config is invalid: - Property "overrides" is the wrong type (expected array but got `{"files":["/tests//.js","/.spec.js","*/.test.js"],"env":{"jest":true,"jest/globals":true, },”,需要增加ESLint对React的支持,安装插件eslint-plugin-react

npm install eslint-plugin-react --save-dev

相关文章

网友评论

      本文标题:VS code开发React Native插件安装

      本文链接:https://www.haomeiwen.com/subject/xfkufhtx.html