mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 21:37:39 +00:00
handle promise catches
This commit is contained in:
parent
eb69f67ab7
commit
1d0e93b58e
4 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
"rules": {
|
||||
"camelcase": ["error"],
|
||||
"eqeqeq": ["error", "always", { "null": "ignore" }],
|
||||
"no-console": ["error"],
|
||||
"no-console": ["error", { allow: ["warn", "error"] }],
|
||||
"prefer-const": "error",
|
||||
"@typescript-eslint/member-delimiter-style": [
|
||||
"error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue