Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/electron/electron.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jun 27, 2023
  2. Jun 26, 2023
  3. Mar 25, 2022
  4. Nov 11, 2020
  5. Oct 30, 2020
  6. Oct 26, 2020
  7. Jul 17, 2020
  8. Jul 15, 2020
  9. May 11, 2020
  10. Mar 21, 2020
  11. Mar 18, 2020
  12. Nov 02, 2019
  13. May 01, 2019
    • Samuel Attard's avatar
      build: ensure consistent lock files across multiple machines (#17955) · 98c51dd6
      Samuel Attard authored
      * build: ensure consistent package-lock across multiple machines
      
      * build: fix linting errors and use npm ci instead of npm install
      
      * build: use a yarn.lock and yarn instead of package-lock and npm
      
      * chore: replace package-lock.json files with yarn.lock
      
      * chore: replace last instance of `npm install`
      98c51dd6
  14. Mar 08, 2019
  15. Feb 07, 2019
  16. Oct 09, 2018
  17. Oct 02, 2018
  18. Sep 29, 2018
  19. Sep 16, 2018
    • Samuel Attard's avatar
      chore: replace standard with eslint-config-standard and add custom rules (#14636) · 6d01952e
      Samuel Attard authored
      * chore: replace standard with eslint-config-standard
      
      This adds support for --cache so linting JS only takes ~1 second and only lints things that changed
      
      It also allows us to add custom linting rules
      
      * chore: add eslint-plugin-mocha and enable the no-exclusive-tests rule
      
      This will block anyone from pushing / merging a `.only` test or describe
      6d01952e