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. Nov 11, 2020
  2. Oct 30, 2020
  3. Oct 26, 2020
  4. Jul 17, 2020
  5. Jul 15, 2020
  6. May 11, 2020
  7. Mar 21, 2020
  8. Mar 18, 2020
  9. Nov 02, 2019
  10. 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
  11. Mar 08, 2019
  12. Feb 07, 2019
  13. Oct 09, 2018
  14. Oct 02, 2018
  15. Sep 29, 2018
  16. 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