This is an automated email from the ASF dual-hosted git repository.
randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
The following commit(s) were added to refs/heads/master by this push:
new 2760a8a Enable the @typescript-eslint/no-duplicate-imports rule
2760a8a is described below
commit 2760a8a8602b4b541695e9b7dd21816eee309702
Author: Randall Leeds <[email protected]>
AuthorDate: Sat Apr 3 22:47:12 2021 -0700
Enable the @typescript-eslint/no-duplicate-imports rule
---
.eslintrc.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/.eslintrc.js b/.eslintrc.js
index d40dd77..8ca52fd 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -115,6 +115,7 @@ module.exports = {
plugins: ['@typescript-eslint'],
rules: {
'@typescript-eslint/consistent-type-imports': 'error',
+ '@typescript-eslint/no-duplicate-imports': 'error',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': [
'error',