[ci] format

This commit is contained in:
bluwy 2023-07-12 07:14:48 +00:00 committed by astrobot-houston
parent df49bbe7f1
commit b07d61a895

View file

@ -44,7 +44,7 @@ module.exports = {
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/sort-type-constituents': 'off',
'@typescript-eslint/unbound-method': 'off',
"@typescript-eslint/no-explicit-any": 'off',
'@typescript-eslint/no-explicit-any': 'off',
// These rules enabled by the preset configs don't work well for us
'@typescript-eslint/await-thenable': 'off',