【发布时间】:2018-11-17 00:47:47
【问题描述】:
我制作了一个 React Native App(由 create-react-native-app 制作)。 我安装了 eslint linter,但我不知道如何配置它? (https://www.npmjs.com/package/eslint-plugin-react-native) 我完全不知道该放在哪里:
{
"plugins": [
"react",
"react-native"
]
}
配置。
【问题讨论】:
标签: react-native eslint linter eslintrc