1.0.1 • Published 2 years ago

eslint-config-react-native-kitee v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 --dev

In .eslintrc:

{ 
  "extends": "eslint-config-react-native-kitee", 
}