|
пре 4 година | |
---|---|---|
.. | ||
inputs | пре 4 година | |
schemas | пре 4 година | |
scripts | пре 4 година | |
types | пре 4 година | |
typings | пре 4 година | |
.gitignore | пре 4 година | |
README.md | пре 4 година | |
package.json | пре 4 година | |
tsconfig.json | пре 4 година | |
vscode-recommended.settings.json | пре 4 година |
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.