Skip to content
Open
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
4 changes: 2 additions & 2 deletions web-client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"overrides": [
{
"files": ["*.ts"],
"excludedFiles": ["**/*.stories.ts"],
"excludedFiles": [],
"parserOptions": {
"project": ["tsconfig.json", "e2e/tsconfig.json"],
"createDefaultProgram": true
Expand Down Expand Up @@ -66,7 +66,7 @@
}
},
{
"files": ["**/*.stories.ts"],
"files": [],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["tsconfig.json"]
Expand Down
1 change: 0 additions & 1 deletion web-client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ npm-debug.log*
/ios
/android
/plugins
/storybook-static
/www

# Firebase
Expand Down
1 change: 0 additions & 1 deletion web-client/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/coverage
/documentation
/documentation.json
/storybook-static
/www
/ios
/android
14 changes: 0 additions & 14 deletions web-client/.storybook/main.js

This file was deleted.

7 changes: 0 additions & 7 deletions web-client/.storybook/manager.js

This file was deleted.

53 changes: 0 additions & 53 deletions web-client/.storybook/preview.js

This file was deleted.

14 changes: 0 additions & 14 deletions web-client/.storybook/tsconfig.json

This file was deleted.

4 changes: 0 additions & 4 deletions web-client/.storybook/typings.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions web-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ npm test
npm run e2e
```

Run Storybook:

```shell
npm run storybook
```

Run checks & formatting:

```shell
Expand Down
13 changes: 0 additions & 13 deletions web-client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,19 +263,6 @@
"devServerTarget": "app:serve:ci"
}
}
},
"storybook": {
"builder": "@storybook/angular:start-storybook",
"options": {
"browserTarget": "app:build",
"compodocArgs": ["-e", "json", "--silent"]
}
},
"build-storybook": {
"builder": "@storybook/angular:build-storybook",
"options": {
"browserTarget": "app:build"
}
}
}
}
Expand Down
Loading