Merge pull request #11235 from electron/standard-10

infra: Upgrade to StandardJS 10
This commit is contained in:
Cheng Zhao 2017-11-27 15:42:52 +09:00 committed by GitHub
commit 1c0ea0286e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 105 additions and 43 deletions

View file

@ -1,5 +1,7 @@
'use strict'
/* eslint-disable no-unused-expressions */
const {expect} = require('chai')
const {nativeImage} = require('electron')
const path = require('path')