root@instance-1:~/main# deno lint src/test.ts Checked 1 file
{ "imports": { "@core/": "../core/src/", "std/": "https://deno.land/std@0.205.0/" }, "lint": { "include": ["src/"], "exclude": ["src/testdata/", "data/fixtures/**/*.ts"], "rules": { "tags": ["recommended"], "include": ["ban-untagged-todo", "no-console"], "exclude": ["no-unused-vars"] } } }
deno.jsonc
Join the Discord to ask follow-up questions and connect with the community
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934 Members