Skip to content

Commit 4816440

Browse files
authored
New build flow with Bob (#123)
* build with bob * build config * feat: new config
1 parent 238b2e4 commit 4816440

Some content is hidden

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

49 files changed

+15029
-11073
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
lib/

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
env: {
77
'react-native/react-native': true,
88
},
9-
ignorePatterns: ['node_modules'],
109
parserOptions: {
1110
ecmaFeatures: {
1211
jsx: true,

0 commit comments

Comments
 (0)