mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 11:31:37 +08:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
};
|