This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-analyzer
Watch
2
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer
synced
2024-12-27 05:23:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
765852a444
rust-analyzer
/
editors
/
code
/
tslint.json
11 lines
165 B
JSON
Raw
Normal View
History
Unescape
Escape
Add semicolons
2019-12-31 17:55:34 +00:00
{
"rules"
:
{
"semicolon"
:
[
true
,
"always"
vscode extension cleanup: migrate to prefer-const tslint rule
2020-02-02 19:12:59 +00:00
]
,
vscode: eliminate floating promises and insane amount of resource handle leaks
2020-02-05 20:39:47 +00:00
"prefer-const"
:
true
,
"no-floating-promises"
:
true
Add semicolons
2019-12-31 17:55:34 +00:00
}
}
Reference in a new issue
Copy permalink