Skip to content

Commit 15b548e

Browse files
committed
fix: eslint rule
1 parent 5d5269e commit 15b548e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
bracketSpacing: true,
3-
jsxBracketSameLine: true,
3+
bracketSameLine: true,
44
singleQuote: true,
55
trailingComma: 'all',
66
};

src/NestedRow.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ describe('NestedListView', () => {
3636
level={1}
3737
height={60}
3838
paddingLeftIncrement={15}
39-
style={{ borderColor: 'black', borderWidth: 1 }}>
39+
style={{ borderColor: 'black', borderWidth: 1 }}
40+
>
4041
<Text>Test</Text>
4142
</NestedRow>,
4243
);

0 commit comments

Comments
 (0)