1.1.1 • Published 5 years ago

eslint-config-expo-app v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-expo-app

not best but ok config. has built-in support for babel import module alias, prettier and react hooks.

Usage

yarn add eslint-config-expo-app --dev

Extend your eslint config to expo eslint-config-expo-app:

{
  "extends": "eslint-config-expo-app",
}