mirror of
https://github.com/denoland/deno.git
synced 2025-03-11 14:47:26 -04:00

This PR aligns the `RuleContext` of JS plugins with ESLint. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
5 lines
51 B
JSON
5 lines
51 B
JSON
{
|
|
"lint": {
|
|
"plugins": ["./plugin.ts"]
|
|
}
|
|
}
|