Skip to main content
Module

x/dnt/deno.json

Deno to npm package build tool.
Go to Latest
File
{ "fmt": { "options": { "proseWrap": "never" }, "files": { "exclude": [ "target/", "wasm/target/", "lib/pkg/" ] } }, "lint": { "rules": { "exclude": [ "no-explicit-any", "camelcase" ] }, "files": { "exclude": [ "target/", "wasm/target/", "lib/pkg/", "rs-lib/src/polyfills/scripts/" ] } }}