Skip to content

Commit

Permalink
Merge pull request #363 from bkd-mba-fbi/feature/333-tests
Browse files Browse the repository at this point in the history
Feature/333 tests
  • Loading branch information
mburri authored Mar 16, 2022
2 parents fa8e8e2 + 75cc116 commit d06a9db
Show file tree
Hide file tree
Showing 115 changed files with 3,727 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"files": ["*.ts"],
"parserOptions": {
"project": ["tsconfig.json", "e2e/tsconfig.json"],
"project": ["tsconfig.json"],
"createDefaultProgram": true
},
"extends": [
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"angular.enable-strict-mode-prompt": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
Loading

0 comments on commit d06a9db

Please sign in to comment.