Remove floating promise warning

This commit is contained in:
Bill Thornton 2023-07-06 10:40:15 -04:00
parent c63a4cd803
commit 8e2ea6812a

View file

@ -248,7 +248,6 @@ module.exports = {
'Windows': 'readonly'
},
rules: {
'@typescript-eslint/no-floating-promises': ['warn'],
'@typescript-eslint/prefer-string-starts-ends-with': ['error']
}
},