mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
added rule to avoid duplicate imports
This commit is contained in:
parent
7511cb15f0
commit
2264af3c70
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"no-duplicate-imports": ["error"],
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-var-requires": "off"
|
||||
|
|
Loading…
Reference in a new issue