Skip to main content
Module

x/localekit/deno.json

A translation plugin for Deno
Go to Latest
File
{ "fmt": { "exclude": [ "README.md", "npm_build/" ], "options": {} }, "lint": { "exclude": [ "npm_build/" ], "rules": { "tags": [ "recommended" ], "include": [], "exclude": [] } }, "test": { "include": [ "test/" ], "exclude": [ "npm_build/" ] }, "bench": { "include": [ "test/" ], "exclude": [ "npm_build/" ] }, "compilerOptions": {}, "tasks": { "lint": "deno run -A npm:@biomejs/biome lint **/*.ts", "format": "deno run -A npm:@biomejs/biome format **/*.ts --write", "check": "deno run -A npm:@biomejs/biome check --apply **/*.ts" }}