1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
denoland-deno/deno.json

8 lines
63 B
JSON
Raw Normal View History

2024-12-04 01:43:19 +01:00
{
"lint": {
"plugins": [
2024-12-04 02:59:39 +01:00
"./plugin.ts"
2024-12-04 01:43:19 +01:00
]
}
}