Commit graph

4 commits

Author SHA1 Message Date
Clemente Raposo
aad193930a Add dynamic module federation to build
- Re-setup karma / jasmine tests
-- Fix tsconfig paths
-- Remove no longer needed view and field test imports
-- Add test app-shell specific test command
-- Add karma/jasmine specific webpack configuration
2021-03-30 19:22:44 +01:00
Dillon-Brown
0df81cbb98 Add eslintrc and all necessary dependencies to handle linting javascript/typescript
- Add engines to specify the engines needed to build and run the project.
- Add browserslist to dynamically handle our supported browsers with for all our automated tooling and inspections.
- Add typescript-eslint/eslint-plugin and typescript-eslint/parser to handle typescript parsing.
- Add eslint-plugin-compat to share configurations between our automated tools.
- Add eslint-plugin-import in order to create an eslint that matches our existing tslint config without losing functionality.
- Add eslint-plugin-jsdoc in order to create an eslint that matches our current tslint config without losing functionality.
- Add eslint-plugin-jasmine to provide support for jasmine testing.
- Removed unused tslint.json
2021-03-30 19:21:32 +01:00
Matt Lorimer
876000cdf6 Upgrade to angular 8 2021-03-30 19:21:31 +01:00
Matt Lorimer
c128d75452 Fix app ng commands
Restructure App folder
Fix references and missing files
2021-03-30 19:21:30 +01:00
Renamed from core/app/engine/tslint.json (Browse further)