|
há 4 anos atrás | |
---|---|---|
.. | ||
inputs | há 4 anos atrás | |
schemas | há 4 anos atrás | |
scripts | há 4 anos atrás | |
types | há 4 anos atrás | |
typings | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
README.md | há 4 anos atrás | |
package.json | há 4 anos atrás | |
tsconfig.json | há 4 anos atrás | |
vscode-recommended.settings.json | há 4 anos atrás |
VSCode
.vscode
folder inside your monorepo working directory (if doesn't already exist)vscode-recommended.settings.json
into .vscode
directory and rename it to settings.json
(or merge it with the exsisting settings.json
)inputs
! (you must follow the *Class.json
, *Schema.json
, *{EntityName}Batch
naming pattern)Run yarn workspace cd-schemas validate
or yarn validate
(if inside content-directory-schemas
) to validate json schemas and inputs inside the /inputs
directory.