UNPKG

@liuyunjs/react-native-simple-shadow-view

Version:

a Native shadow view for react native, for any React Native platform.

14 lines (13 loc) 261 B
module.exports = { bracketSpacing: true, jsxBracketSameLine: true, singleQuote: true, trailingComma: 'all', // arrowParens: 'avoid', arrowParens: 'always', printWidth: 80, tabWidth: 2, semi: true, useTabs: false, jsxSingleQuote: false, };