UNPKG

@whir-react-native/react-native-template

Version:
15 lines (14 loc) 280 B
module.exports = { printWidth: 80, tabWidth: 2, useTabs: false, semi: false, singleQuote: true, quoteProps: 'as-needed', jsxSingleQuote: false, trailingComma: 'es5', bracketSpacing: true, jsxBracketSameLine: true, arrowParens: 'avoid', endOfLine: 'lf', };