Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
    • Reiter, Christoph's avatar
      Set root=true for all eslint configs · 85cce923
      Reiter, Christoph authored
      This prevents eslint from traversing the parent directories. In
      the case there was a conflicting eslint config in a parent directory it would
      error out otherwise (like is the case in our apps)
      85cce923
  2. Feb 22, 2021
  3. Feb 17, 2021
  4. Feb 16, 2021
  5. Feb 15, 2021
  6. Feb 11, 2021
  7. Feb 10, 2021
  8. Feb 09, 2021
  9. Feb 01, 2021
  10. Jan 27, 2021
  11. Jan 26, 2021
  12. Jan 25, 2021
  13. Jan 14, 2021
  14. Jan 13, 2021
  15. Jan 11, 2021
  16. Jan 07, 2021
  17. Dec 22, 2020
  18. Dec 21, 2020
  19. Dec 15, 2020
  20. Dec 02, 2020
  21. Dec 01, 2020
  22. Nov 19, 2020
  23. Nov 17, 2020
  24. Nov 16, 2020
    • Reiter, Christoph's avatar
      Stop depending on puppeteer · 2e099bc0
      Reiter, Christoph authored
      While it's nice to have a fixed chrome version it slows down the yarn install,
      downloads a lot of things, and the chrome version depends on various
      system packages so one needss to have chromium installed anyway.
      
      This means developers that want to work on tests need firefox and chdomium installed.
      
      Sadly I couldn't find a way to make browsers optional in case the developer
      only has one installed.
      2e099bc0
Loading