mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-01-12 09:24:04 +08:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
jsxBracketSameLine: true,
|
|
tabWidth: 2,
|
|
};
|