Merge pull request #15392 from atom/fb-wb-standard-env

Use standard (eslint's) 'env' field over globals
This commit is contained in:
Nathan Sobo
2017-08-21 09:38:34 -06:00
committed by GitHub
7 changed files with 6 additions and 31 deletions

View File

@@ -1,7 +1,5 @@
'use strict'
/* global HTMLElement */
const {CompositeDisposable} = require('event-kit')
class PanelContainerElement extends HTMLElement {

View File

@@ -1,5 +1,3 @@
/* global MutationObserver */
'use strict'
const EventKit = require('event-kit')

View File

@@ -1,7 +1,5 @@
'use strict'
/* global HTMLElement */
const {ipcRenderer} = require('electron')
const path = require('path')
const fs = require('fs-plus')