Skip to content

Commit 2d8fce7

Browse files
committed
build(deps): yarn upgrade --latest + lint fixes + refresh-example rn66
1 parent 105abb7 commit 2d8fce7

File tree

9 files changed

+1737
-1516
lines changed

9 files changed

+1737
-1516
lines changed

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
semi: true,
66
singleQuote: true,
77
bracketSpacing: true,
8-
jsxBracketSameLine: false,
8+
bracketSameLine: false,
99
tabWidth: 2,
1010
printWidth: 100,
1111
};

example/e2e/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-undef */
12
const detox = require('detox');
23
const adapter = require('detox/runners/mocha/adapter');
34

0 commit comments

Comments
 (0)