This project contains CDK applications for the Digitraffic project.
Projects are categorized as:
- projects under other are generic, e.g. swagger-joiner
- projects under road or marine are related to a mode of transport, e.g. road/variable-signs
Digitraffic is operated by Fintraffic
ESLint-configuration can be found in .eslintrc.json. A Dockerfile is added to enable running eslint in docker:
docker build -t eslint .
docker run -v $(pwd):/data eslint
Output of eslint in docker is written to file eslint.html.
find . -name tsd -type d -exec rm -rf {} ; tai find . -name tsd -type d -delete;