Needed to configure a separate config for eslint, as it doesn't deal well with the TypeScript project references. Also, it wasn't checking correctly the eslint settings, as eslint requires wrapping global pattern in '' to be passed as a parameter instead of taken as the shell pattern. :facepalm:
Updated also pipeline to run ts build before linting to have correctly resolved dependencies between packages and non-package code.
Needed to configure a separate config for eslint, as it doesn't deal well with the TypeScript project references. Also, it wasn't checking correctly the eslint settings, as eslint requires wrapping global pattern in
''
to be passed as a parameter instead of taken as the shell pattern. :facepalm:Updated also pipeline to run ts build before linting to have correctly resolved dependencies between packages and non-package code.
Fixes #18.