File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -279,10 +279,12 @@ module.exports = {
279279 allowWithDecorator : true
280280 }
281281 ] ,
282-
283- // Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/647
284- // '@typescript-eslint/no-floating-promises': 'error',
285-
282+ '@typescript-eslint/no-floating-promises' : [
283+ 'error' ,
284+ {
285+ ignoreIIFE : true
286+ }
287+ ] ,
286288 '@typescript-eslint/no-for-in-array' : 'error' ,
287289 '@typescript-eslint/no-inferrable-types' : 'error' ,
288290 '@typescript-eslint/no-misused-new' : 'error' ,
Original file line number Diff line number Diff line change 4444 " simple"
4545 ],
4646 "devDependencies" : {
47- "@typescript-eslint/eslint-plugin" : " ^2.28 .0" ,
48- "@typescript-eslint/parser" : " ^2.28 .0" ,
47+ "@typescript-eslint/eslint-plugin" : " ^2.29 .0" ,
48+ "@typescript-eslint/parser" : " ^2.29 .0" ,
4949 "ava" : " ^2.4.0" ,
5050 "eslint" : " ^6.8.0" ,
5151 "temp-write" : " ^4.0.0" ,
5252 "typescript" : " ^3.8.3"
5353 },
5454 "peerDependencies" : {
55- "@typescript-eslint/eslint-plugin" : " >=2.28 .0" ,
55+ "@typescript-eslint/eslint-plugin" : " >=2.29 .0" ,
5656 "eslint" : " >=6.6.0" ,
5757 "typescript" : " >=3.5.3"
5858 }
You can’t perform that action at this time.
0 commit comments