Base eslint config for troweb projects to use.
We support the following in our config:
- TS and TSX files are heavily linted
- relies on prettier for code formating (you should have a .prettierrc in the root of your project)
- the imports order are heavily linted using import plugin
- code complexity is checked using Sonar.js plugins