This repository was archived by the owner on Aug 14, 2024. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -187,22 +187,22 @@ module.exports = {
187
187
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md
188
188
'space-before-function-paren' : 'off' ,
189
189
'@typescript-eslint/space-before-function-paren' : baseStyleRules [ 'space-before-function-paren' ] ,
190
-
190
+
191
191
// Replace Airbnb 'require-await' rule with '@typescript-eslint' version
192
192
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/require-await.md
193
193
'require-await' : 'off' ,
194
194
'@typescript-eslint/require-await' : baseBestPracticesRules [ 'require-await' ] ,
195
-
195
+
196
196
// Replace Airbnb 'no-return-await' rule with '@typescript-eslint' version
197
197
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/return-await.md
198
198
'no-return-await' : 'off' ,
199
199
'@typescript-eslint/return-await' : baseBestPracticesRules [ 'no-return-await' ] ,
200
-
200
+
201
201
// Replace Airbnb 'space-infix-ops' rule with '@typescript-eslint' version
202
202
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-infix-ops.md
203
- 'space-infix-ops' : 'off'
203
+ 'space-infix-ops' : 'off' ,
204
204
'@typescript-eslint/space-infix-ops' : baseStyleRules [ 'space-infix-ops' ] ,
205
-
205
+
206
206
// Append 'ts' and 'tsx' to Airbnb 'import/extensions' rule
207
207
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/extensions.md
208
208
'import/extensions' : [
You can’t perform that action at this time.
0 commit comments