0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 14:47:26 -04:00
deno/tests/specs/lint/lint_plugin_rule_context/log.out
Marvin Hagemeister 6c368c2469
fix(unstable): align js lint context API with eslint (#28066)
This PR aligns the `RuleContext` of JS plugins with ESLint.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-02-13 14:01:57 +00:00

13 lines
122 B
Text

ctx.id:
test-plugin/my-rule
ctx.filename:
main.ts
ctx.getFilename():
main.ts
ctx.getSourceCode():
true
Checked 1 file