Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from wordpress-mobile/feature/update-from-maste…
Browse files Browse the repository at this point in the history
…r-19-dec-2019

 Update from upstream 19/Dec/2019
  • Loading branch information
SergioEstevao authored Jan 10, 2020
2 parents cdf862b + a3cc606 commit 81c7e16
Show file tree
Hide file tree
Showing 198 changed files with 31,673 additions and 6,135 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Example/examples/
Example/android/
Example/ios/
screenShoots/
screenshots/
android/
ios/
lib/extract/transform.js
src/lib/extract/transform.js
220 changes: 0 additions & 220 deletions .eslintrc

This file was deleted.

4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
extends: '@react-native-community',
rules: { 'no-bitwise': 0, '@typescript-eslint/no-explicit-any': 2 },
};
12 changes: 12 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[ignore]

[include]

[libs]
flow-typed

[lints]

[options]

[strict]
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ xcuserdata
DerivedData
*.hmap
*.ipa
gradle
project.xcworkspace

# Android/IJ
Expand All @@ -45,3 +44,9 @@ cn-doc.md
# experimental code
#
experimental/

/lib/
/flow-typed/

# VS Code
.vscode/
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

52 changes: 2 additions & 50 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,2 @@
node_modules/
.idea/
Example/
experimental/
android/build/
screenShoots/

# OSX
#
.DS_Store

# Xcode
#
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
gradle
project.xcworkspace

# Android/IJ
#
.idea
.gradle
local.properties
build

# node.js
#
node_modules
npm-debug.log


# webstorm
#
*.iml

# unfinished documents
#
cn-doc.md
screenshots/
idl/
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"trailingComma": "all",
"singleQuote": true,
"tabWidth": 2
"trailingComma": "all"
}
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- '10'
- '12'

script:
- npm run lint
- npm test
Loading

0 comments on commit 81c7e16

Please sign in to comment.