1.1.1 • Published 5 years ago
eslint-config-expo-app v1.1.1
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",
}