Remove explicit ESLint browser
directives
This commit is contained in:
parent
168788600a
commit
f6fd979ccb
3 changed files with 0 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
/* eslint-disable */
|
||||
|
||||
/* eslint-env browser */
|
||||
|
||||
/* global Backbone: false */
|
||||
/* global $: false */
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* eslint-env browser */
|
||||
|
||||
/* global $: false */
|
||||
/* global _: false */
|
||||
/* global Backbone: false */
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* eslint-env browser */
|
||||
|
||||
/* global i18n: false */
|
||||
/* global Whisper: false */
|
||||
|
||||
|
|
Loading…
Reference in a new issue