eslint-config-react-native-kitee
v1.0.1
Published
My ESLint and TypeScript configuration for React Native.
Downloads
2
Readme
eslint-config-react-native-kitee
My ESLint and TypeScript configuration for React Native.
Usage
# you also need eslint if not installed already: yarn add eslint --dev
yarn add eslint-config-react-native-kitee --devIn .eslintrc:
{
"extends": "eslint-config-react-native-kitee",
} 