0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-05 10:26:44 -05:00
deno/cli/tools/lint
Marvin Hagemeister e1871e5291
feat(unstable): add js lint plugin source code helpers (#28065)
This PR adds a part of the `SourceCode` API in eslint (see
https://eslint.org/docs/latest/extend/custom-rules#applying-fixes) .
It's used to get the text of the current node, etc.
2025-02-13 13:19:55 +01:00
..
ast_buffer feat(unstable): add js lint plugin source code helpers (#28065) 2025-02-13 13:19:55 +01:00
rules fix(lint): don't show docs URLs for plugins (#28033) 2025-02-10 17:32:31 +01:00
linter.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
mod.rs fix(lint): disable incremental caching if JS plugins are used (#28026) 2025-02-10 15:40:10 +01:00
plugins.rs fix(lint): out of order diagnostics for plugins (#28029) 2025-02-10 13:22:57 +00:00
reporters.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00