Skip to content

Commit 341c477

Browse files
committed
Merge branch 'master' into release
2 parents e5a0dea + 2b9b512 commit 341c477

File tree

86 files changed

+2073
-1423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2073
-1423
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ['plugin:@typescript-eslint/recommended', 'wix/react-native'],
2+
extends: ['plugin:@typescript-eslint/recommended', 'wix/react-native', 'plugin:react-hooks/recommended'],
33
parser: '@typescript-eslint/parser',
44
rules: {
55
'arrow-parens': 'off',

.prettierrc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
// "eslintIntegration": true,
3-
// "printWidth": 120,
4-
// "useTabs": false,
5-
// "semi": true,
6-
// "singleQuote": true,
7-
// "jsxSingleQuote": false,
8-
// "trailingComma": "none",
9-
// "bracketSpacing": false,
10-
// "arrowParens": "avoid"
2+
"trailingComma": "none",
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"bracketSpacing": false
116
}

demo/src/assets/icons/refresh.png

345 Bytes
Loading
499 Bytes
Loading
578 Bytes
Loading
834 Bytes
Loading
1.1 KB
Loading

demo/src/assets/icons/search.png

334 Bytes
Loading
515 Bytes
Loading
588 Bytes
Loading

0 commit comments

Comments
 (0)