Skip to content

Commit

Permalink
Replace client based on AngularJS with new Angular client
Browse files Browse the repository at this point in the history
  • Loading branch information
msmannan00 authored and evilaliv3 committed May 13, 2024
1 parent ec7341d commit f1d65cb
Show file tree
Hide file tree
Showing 1,979 changed files with 421,475 additions and 165,522 deletions.
3 changes: 0 additions & 3 deletions client/.babelrc

This file was deleted.

1 change: 1 addition & 0 deletions client/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
18 changes: 12 additions & 6 deletions client/.nycrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"reporter": ["lcov", "text-summary"],
"include": ["app/js/**/*"],
"exclude": ["cypress/**", "node_modules/**", "app/lib/**/*"],
"check-coverage": false,
"report-dir": "cypress/coverage",
"sourceMap": false
"extends": "@istanbuljs/nyc-config-typescript",
"all": false,
"report-dir": "./cypress/coverage",
"exclude": [
"./coverage/**",
"cypress/**",
"./dist/**",
"**/*.spec.ts",
"./app/main.ts",
"./app/test.ts",
"**/*.conf.js"
]
}
2 changes: 1 addition & 1 deletion client/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"selector-id-pattern": null,
"selector-class-pattern": null
}
}
}

0 comments on commit f1d65cb

Please sign in to comment.