A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/antfu/eslint-config/commit/f4a07f4 below:

turn off `style/jsx-child-element-spacing` to avoid conflicts · antfu/eslint-config@f4a07f4 · GitHub

File tree Expand file treeCollapse file tree 5 files changed

+18

-1

lines changed

Filter options

Expand file treeCollapse file tree 5 files changed

+18

-1

lines changed Original file line number Diff line number Diff line change

@@ -17,5 +17,8 @@ export function jsx2() {

17 17

<div>Foo</div>

18 18

Text<b > Bar</b>

19 19

</div>

20 +

<p>

21 +

foo<i>bar</i><b>baz</b>

22 +

</p>

20 23

</ a >

21 24

}

Original file line number Diff line number Diff line change

@@ -22,6 +22,11 @@ export function jsx2() {

22 22

Text

23 23

<b> Bar</b>

24 24

</div>

25 +

<p>

26 +

foo

27 +

<i>bar</i>

28 +

<b>baz</b>

29 +

</p>

25 30

</a>

26 31

)

27 32

}

Original file line number Diff line number Diff line change

@@ -22,6 +22,11 @@ export function jsx2() {

22 22

Text

23 23

<b> Bar</b>

24 24

</div>

25 +

<p>

26 +

foo

27 +

<i>bar</i>

28 +

<b>baz</b>

29 +

</p>

25 30

</a>

26 31

)

27 32

}

Original file line number Diff line number Diff line change

@@ -22,6 +22,11 @@ export function jsx2() {

22 22

Text

23 23

<b> Bar</b>

24 24

</div>

25 +

<p>

26 +

foo

27 +

<i>bar</i>

28 +

<b>baz</b>

29 +

</p>

25 30

</a>

26 31

)

27 32

}

Original file line number Diff line number Diff line change

@@ -127,7 +127,6 @@ export function stylistic(options: StylisticConfig = {}): ConfigItem[] {

127 127 128 128

...jsx

129 129

? {

130 -

'style/jsx-child-element-spacing': 'error',

131 130

'style/jsx-closing-bracket-location': 'error',

132 131

'style/jsx-closing-tag-location': 'error',

133 132

'style/jsx-curly-brace-presence': ['error', { propElementValues: 'always' }],

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4