Resolve "Update Layout of RccFullPage"
Linter
The linter failed because I had to touch one of the cypress files. The linter command was running against all .ts files, but the linter tsconfig was only running against lib and app, so it failed
A long term solution would be to get the linter to work against both cypress and jasmine files, but this may be tricky due to the different typings.
For the time being, I've just changed the glob pattern so that it only lints files in app and lib (same as the config file)
Closes #209 (closed)
Edited by James Jenkinson