Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Phecda
/
NGPlay
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Phecda
2020-04-24 15:30:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
306fb7e3df3f79c0c4876b059ec5bd146f82d85c
306fb7e3
1 parent
9114e0e8
chore(prettier): remove uncessary prettier config js file
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
.prettierrc
.prettierrc.js
ios/Podfile.lock
.prettierrc
View file @
306fb7e
...
...
@@ -2,5 +2,6 @@
"useTabs"
:
false
,
"tabWidth"
:
2
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
"trailingComma"
:
"es5"
,
"arrowParens"
:
"avoid"
}
...
...
.prettierrc.js
deleted
100644 → 0
View file @
9114e0e
module
.
exports
=
{
bracketSpacing
:
false
,
jsxBracketSameLine
:
true
,
singleQuote
:
true
,
trailingComma
:
'all'
,
};
ios/Podfile.lock
View file @
306fb7e
...
...
@@ -247,7 +247,7 @@ PODS:
- React
- react-native-camera/RN (3.23.1):
- React
- react-native-code (1.0.0-
0
):
- react-native-code (1.0.0-
1
):
- React
- react-native-netinfo (5.7.1):
- React
...
...
@@ -543,7 +543,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: e9698dee4fd43ceb44832baf15d5745f455b0157
React-jsinspector: f74a62727e5604119abd4a1eda52c0a12144bcd5
react-native-camera: 1b52abea404d04e040edb3e74b7c5523c01a3089
react-native-code: 8
a278a6a05c9f039be48c01957f6902027bd5180
react-native-code: 8
e0e693b36c1d928a9d00f8e90feb443c3e8aa15
react-native-netinfo: 4fa023c153d582aeae8435df95c9a975c5986449
react-native-safe-area-context: e200d4433aba6b7e60b52da5f37af11f7a0b0392
react-native-webview: 0633fd7861a9bd7a80bacaee7da763c3afc248fa
...
...
Please
register
or
login
to post a comment