我制作了一个 React Native App(由 create-react-native-app 制作)。我安装了 eslint linter,但我不知道如何配置它?(https://www.npmjs.com/package/eslint-plugin-react-native)我不知道在哪里放置:
{
"plugins": [
"react",
"react-native"
]
}
配置。
我制作了一个 React Native App(由 create-react-native-app 制作)。我安装了 eslint linter,但我不知道如何配置它?(https://www.npmjs.com/package/eslint-plugin-react-native)我不知道在哪里放置:
{
"plugins": [
"react",
"react-native"
]
}
配置。