refactor(v2): correct client types and type aliases (#4451)

This commit is contained in:
Armano 2021-03-19 11:32:38 +01:00 committed by GitHub
parent 291a72fbae
commit 15107ee099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 128 additions and 97 deletions

View file

@ -132,6 +132,12 @@ module.exports = {
'header/header': OFF,
},
},
{
files: ['*.d.ts'],
rules: {
'import/no-duplicates': OFF,
},
},
{
files: ['*.js'],
rules: {