Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: removed validators #16

Merged
merged 1 commit into from
Dec 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ step to build:

to create local package tgz file run `npm pack` after the build

### mc-nest-schema-validator

step to build:

1. run `yarn install` at repository root folder
2. run `npm run build` at "nestValidation" folder

to create local package tgz file run `npm pack` after the build

## Schema structure

added schemas should be written according to the fallowing rule:
Expand Down
2 changes: 0 additions & 2 deletions mc-schema-validator/.eslintignore

This file was deleted.

37 changes: 0 additions & 37 deletions mc-schema-validator/.eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion mc-schema-validator/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion mc-schema-validator/.npmignore

This file was deleted.

5 changes: 0 additions & 5 deletions mc-schema-validator/CHANGELOG.md

This file was deleted.

101 changes: 0 additions & 101 deletions mc-schema-validator/SchemaValidator.spec.ts

This file was deleted.

86 changes: 0 additions & 86 deletions mc-schema-validator/SchemaValidator.ts

This file was deleted.

2 changes: 0 additions & 2 deletions mc-schema-validator/__mocks__/axios.ts

This file was deleted.

1 change: 0 additions & 1 deletion mc-schema-validator/index.ts

This file was deleted.

60 changes: 0 additions & 60 deletions mc-schema-validator/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions mc-schema-validator/tsconfig-esm.json

This file was deleted.

14 changes: 0 additions & 14 deletions mc-schema-validator/tsconfig.json

This file was deleted.

24 changes: 0 additions & 24 deletions nest-schema-validator/.eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions nest-schema-validator/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions nest-schema-validator/.prettierrc

This file was deleted.

13 changes: 0 additions & 13 deletions nest-schema-validator/CHANGELOG.md

This file was deleted.

Loading