This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
c0a684c14e
denoland-deno
/
cli
/
tests
/
testdata
/
lsp
/
deno.lint.jsonc
14 lines
162 B
Text
Raw
Normal View
History
Unescape
Escape
fix(lsp): lint diagnostics respect config file (#12338) This commit fixes problem with LSP where diagnostics coming from "deno lint" don't respect configuration file. LSP was changed to store "Option<ConfigFile>", "Option<LintConfig>" and "Option<FmtConfig>" on "Inner"; as well as storing "Option<LintConfig>" and "Option<FmtConfig>" on "StateSnapshot". Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-10-11 18:02:33 -04:00
{
"lint": {
"rules": {
fix(lint): use recommended tag if there is no tags in config file or flags (#12644)
2021-11-04 11:12:12 -04:00
"exclude": [
"camelcase"
],
"include": [
"ban-untagged-todo"
],
"tags": []
fix(lsp): lint diagnostics respect config file (#12338) This commit fixes problem with LSP where diagnostics coming from "deno lint" don't respect configuration file. LSP was changed to store "Option<ConfigFile>", "Option<LintConfig>" and "Option<FmtConfig>" on "Inner"; as well as storing "Option<LintConfig>" and "Option<FmtConfig>" on "StateSnapshot". Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-10-11 18:02:33 -04:00
}
}
}
Copy permalink