1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 09:41:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

initial commit

This commit is contained in:
sunnylqm
2020-02-19 00:18:43 +08:00
parent db7ad264da
commit d46cb5b46a
22 changed files with 6759 additions and 0 deletions

4
.prettierrc.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
trailingComma: 'all',
singleQuote: true,
};