mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 14:23:39 +08:00
chore(eslint): add 2 rules
This commit is contained in:
parent
981f9668c9
commit
3917cc4354
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ module.exports = {
|
|||
"no-empty": ["error", { allowEmptyCatch: true }],
|
||||
"no-var": 2,
|
||||
"no-duplicate-imports": ["error"],
|
||||
"no-constant-condition": ["error"],
|
||||
"no-constant-binary-expression": "error",
|
||||
"import/no-duplicates": "off",
|
||||
"import/no-unresolved": [
|
||||
"error",
|
||||
|
|
Loading…
Reference in a new issue