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/5291cc9 below:

add `style/jsx-quotes` rule · antfu/eslint-config@5291cc9 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+3

-2

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+3

-2

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

@@ -64,6 +64,7 @@ export function stylistic(): FlatESLintConfigItem[] {

64 64

offsetTernaryExpressions: true,

65 65

outerIIFEBody: 1,

66 66

}],

67 +

'style/jsx-quotes': 'error',

67 68

'style/key-spacing': ['error', { afterColon: true, beforeColon: false }],

68 69

'style/keyword-spacing': ['error', { after: true, before: true }],

69 70

'style/lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],

Original file line number Diff line number Diff line change

@@ -1,11 +1,11 @@

1 1

{

2 2

"compilerOptions": {

3 3

"target": "es2020",

4 +

"baseUrl": ".",

4 5

"module": "es2020",

5 6

"moduleResolution": "Bundler",

6 -

"baseUrl": ".",

7 -

"esModuleInterop": true,

8 7

"strict": true,

8 +

"esModuleInterop": true,

9 9

"skipLibCheck": true

10 10

},

11 11

"include": [

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