[ci] format
This commit is contained in:
parent
df49bbe7f1
commit
b07d61a895
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue