mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-24 01:58:53 +08:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|