Skip to content
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
7 changes: 1 addition & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
[
"@baloise/web-app-utils",
"@baloise/web-app-pipes",
"@baloise/web-app-pipes-vue",
"@baloise/web-app-pipes-angular",
"@baloise/web-app-validators",
"@baloise/web-app-validators-vue",
"@baloise/web-app-validators-angular",
"@baloise/web-app-form-vue",
"@baloise/web-app-clean-architecture",
"@baloise/web-app-unsupported-browsers"
"@baloise/web-app-validators-angular"
]
],
"linked": [],
Expand Down
3 changes: 0 additions & 3 deletions .lintstagedrc

This file was deleted.

8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ A collection of utilities for Baloise web applications.
- [Utils](./packages/utils/README.md)
- [Pipes](./packages/pipes/README.md)
- [Validators](./packages/validators/README.md)
- [Unsupported Browsers](./packages/unsupported-browsers/README.md)
- [Clean Architecture](./packages/clean-architecture/README.md)
- [Form Vue](./packages/form-vue/README.md)

## Table of Content

Expand All @@ -28,13 +25,8 @@ A collection of utilities for Baloise web applications.
| [@baloise/web-app-utils](https://github.com/baloise/web-app-utils/blob/master/packages/utils/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-utils) | A collection of JavaScript utilities like simple functions, models and integration logic. |
| [@baloise/web-app-pipes](https://github.com/baloise/web-app-utils/blob/master/packages/pipes/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-pipes) | A collection of pipe function to transform raw values in a certain format. |
| [@baloise/web-app-pipes-angular](https://github.com/baloise/web-app-utils/blob/master/packages/pipes-angular/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-pipes-angular) | Proxy package for angular applications. |
| [@baloise/web-app-pipes-vue](https://github.com/baloise/web-app-utils/blob/master/packages/pipes-vue/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-pipes-vue) | Proxy package for vue applications. |
| [@baloise/web-app-validators](https://github.com/baloise/web-app-utils/blob/master/packages/validators/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-validators) | A collection of validator functions. |
| [@baloise/web-app-validators-angular](https://github.com/baloise/web-app-utils/blob/master/packages/validators-angular/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-validators-angular) | Proxy package for angular applications. |
| [@baloise/web-app-validators-vue](https://github.com/baloise/web-app-utils/blob/master/packages/validators-vue/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-validators-vue) | Proxy package for vue applications. |
| [@baloise/web-app-unsupported-browsers](https://github.com/baloise/web-app-utils/blob/master/packages/unsupported-browsers/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-unsupported-browsers) | This script verifies if the users browser is supported by the Baloise applications and if not it redirects directly to the static unsupported-browsers pages. |
| [@baloise/web-app-clean-architecture](https://github.com/baloise/web-app-utils/blob/master/packages/clean-architecture/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-clean-architecture) | Utils for clean architecture |
| [@baloise/web-app-form-vue](https://github.com/baloise/web-app-utils/blob/master/packages/form-vue/README.md) | ![npm](https://img.shields.io/npm/v/@baloise/web-app-form-vue) | Components and utils for Vue form creation. |

## Contribution

Expand Down
3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
},
"devDependencies": {
"@changesets/cli": "^2.31.1",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"chalk": "^4.1.2",
Expand All @@ -43,7 +41,6 @@
"figlet": "^1.5.2",
"glob": "^7.1.7",
"jest-environment-jsdom": "^30.3.0",
"lint-staged": "^12.1.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"turbo": "^2.10.5",
Expand Down
201 changes: 0 additions & 201 deletions packages/clean-architecture/LICENSE

This file was deleted.

Loading
Loading