mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-19 00:44:03 +01:00
chore(lint): Added sublime-rustc linter config
Just practical ! [skip ci]
This commit is contained in:
@@ -12,5 +12,19 @@
|
||||
".git",
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
"SublimeLinter":
|
||||
{
|
||||
"linters":
|
||||
{
|
||||
"rust": {
|
||||
"@disable": false,
|
||||
"args": [],
|
||||
"crate-root": null,
|
||||
"excludes": [],
|
||||
"use-cargo": true,
|
||||
"use-crate-root": true
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user