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 21:43:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5411d65a7f
rust-analyzer
/
editors
/
code
/
tslint.json
10 lines
127 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
]
,
"prefer-const"
:
true
Add semicolons
2019-12-31 17:55:34 +00:00
}
}
Reference in a new issue
Copy permalink