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/4da0b64 below:

disable few rules · antfu/eslint-config@4da0b64 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+3

-1

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

@@ -17,7 +17,6 @@ export function imports(options: OptionsStylistic = {}): FlatESLintConfigItem[]

17 17

'antfu/import-dedupe': 'error',

18 18

'antfu/no-import-node-modules-by-path': 'error',

19 19 20 -

'import/export': 'error',

21 20

'import/first': 'error',

22 21

'import/no-duplicates': 'error',

23 22

'import/no-mutable-exports': 'error',

Original file line number Diff line number Diff line change

@@ -99,6 +99,7 @@ export function typescript(

99 99

'ts/no-dynamic-delete': OFF,

100 100

'ts/no-explicit-any': OFF,

101 101

'ts/no-extra-parens': ['error', 'functions'],

102 +

'ts/no-extraneous-class': OFF,

102 103

'ts/no-invalid-this': 'error',

103 104

'ts/no-invalid-void-type': OFF,

104 105

'ts/no-loss-of-precision': 'error',

@@ -107,8 +108,10 @@ export function typescript(

107 108

'ts/no-require-imports': 'error',

108 109

'ts/no-unused-vars': OFF,

109 110

'ts/no-use-before-define': ['error', { classes: false, functions: false, variables: true }],

111 +

'ts/no-useless-constructor': OFF,

110 112

'ts/prefer-ts-expect-error': 'error',

111 113

'ts/triple-slash-reference': OFF,

114 +

'ts/unified-signatures': OFF,

112 115 113 116

...tsconfigPath ? typeAwareRules : {},

114 117

...overrides,

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