File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ module.exports = {
221
221
{ assertionStyle : 'as' , objectLiteralTypeAssertions : 'never' } ,
222
222
] ,
223
223
'@typescript-eslint/consistent-type-definitions' : [ 'error' , 'interface' ] ,
224
+ '@typescript-eslint/no-base-to-string' : 'error' ,
224
225
'@typescript-eslint/no-parameter-properties' : 'off' ,
225
226
'@typescript-eslint/no-require-imports' : 'error' ,
226
227
'@typescript-eslint/no-unnecessary-qualifier' : 'error' ,
@@ -244,6 +245,7 @@ module.exports = {
244
245
'@typescript-eslint/prefer-nullish-coalescing' : 'off' , // https://github.com/typescript-eslint/typescript-eslint/issues/1265
245
246
'@typescript-eslint/type-annotation-spacing' : 'off' ,
246
247
'@typescript-eslint/triple-slash-reference' : 'error' ,
248
+ '@typescript-eslint/restrict-template-expressions' : [ 'error' , { allowNumber : true } ] ,
247
249
'@typescript-eslint/return-await' : 'error' ,
248
250
'@typescript-eslint/unbound-method' : 'error' ,
249
251
'@typescript-eslint/unified-signatures' : 'error' ,
You can’t perform that action at this time.
0 commit comments