This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-01-16 10:54:14 -05:00
Code
Issues
Packages
1
Wiki
Activity
66fbdd2ed4
denoland-deno
/
cli
/
tests
/
testdata
/
lsp
/
deno.lint.jsonc
14 lines
162 B
JSON
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-12 00:02:33 +02:00
{
"lint"
:
{
"rules"
:
{
fix(lint): use recommended tag if there is no tags in config file or flags (#12644)
2021-11-04 23:12:12 +08: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-12 00:02:33 +02:00
}
}
}
Copy permalink