Skip to content

tmfg/digitraffic-cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digitraffic AWS CDK projects

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

Links

Digitraffic is operated by Fintraffic

ESLint

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;