Skip to content

Commit

Permalink
chore: temporary bypass lint rules for .d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 11, 2021
1 parent 4bb7b10 commit cefde25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.js
Expand Up @@ -86,7 +86,9 @@ module.exports = {
sourceType: 'module'
},
rules: {
'@typescript-eslint/no-explicit-any': 0
'@typescript-eslint/no-explicit-any': 0,
'import/named': 0,
'import/no-named-as-default-member': 0
}
}]
}

0 comments on commit cefde25

Please sign in to comment.