UNPKG

@react-native-school/expo-typescript-template

Version:

A simple Expo template with navigation, testing, and linting setup.

8 lines (7 loc) 144 B
module.exports = { bracketSpacing: true, jsxBracketSameLine: false, singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', };