mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-05-21 07:32:42 +08:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
module.exports = {
|
|
jsxSingleQuote: true,
|
|
semi: false,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
}
|