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. Oct 09, 2018
  2. Oct 02, 2018
  3. Sep 29, 2018
  4. 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