|
hace 4 años | |
---|---|---|
.. | ||
inputs | hace 4 años | |
schemas | hace 4 años | |
scripts | hace 4 años | |
types | hace 4 años | |
typings | hace 4 años | |
.gitignore | hace 4 años | |
README.md | hace 4 años | |
package.json | hace 4 años | |
tsconfig.json | hace 4 años | |
vscode-recommended.settings.json | hace 4 años |
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.