Module

x/xelement/deno.json

X-Element a zero knowledge curve, agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element and language standards.
Go to Latest
File
{ "compilerOptions": { "allowJs": true }, "lint": { "files": { "include": [ "utl" ] } }, "fmt": { "files": { "include": [ "utl" ] }, "options": { "useTabs": false, "lineWidth": 500, "indentWidth": 4, "singleQuote": true, "proseWrap": "preserve" } }, "tasks": { "docs": "deno run -A utl/docs.ts", "deploy": "deno run -A utl/deploy.ts", "test": "deno test -A utl/test.ts", "watch": "deno run -A utl/watch.ts", "ideas": "deno run --allow-net --allow-read https://deno.land/std@0.180.0/http/file_server.ts ideas/. --port 8000" }}