Skip to main content
Module

x/value_schema/value-schema.code-workspace

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
File
{ "folders": [ { "path": "." } ], "settings": { "eslint.enable": true, "json.format.enable": true, "typescript.check.npmIsInstalled": true, "typescript.format.enable": true, "typescript.format.insertSpaceAfterCommaDelimiter": true, "typescript.format.insertSpaceAfterConstructor": false, "typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, "typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false, "typescript.format.insertSpaceAfterSemicolonInForStatements": true, "typescript.format.insertSpaceAfterTypeAssertion": false, "typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true, "typescript.format.insertSpaceBeforeFunctionParenthesis": false, "typescript.format.placeOpenBraceOnNewLineForFunctions": true, "typescript.format.placeOpenBraceOnNewLineForControlBlocks": true, "typescript.format.semicolons": "insert", "typescript.validate.enable": true, "deno.enable": false }, "extensions": { "recommendations": [ "dbaeumer.vscode-eslint", "EditorConfig.EditorConfig", "eg2.vscode-npm-script" ] }}