mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 01:41:37 +08:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
};
|