Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit b49eb37

Browse files
committed
set linting env to Browser
1 parent c9537d9 commit b49eb37

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "airbnb-base",
33
"parser": "babel-eslint",
4+
"env": {
5+
"browser": true
6+
},
47
"globals": {
58
"API": false
69
},

src/plugins/PlaybackEventsPlugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import Plugin from '../Plugin';
44

55
const PlaybackEventsPlugin = Plugin.extend({
66
name: 'Playback Events',
7-
description: 'Add internal events for some playback-related actions: refresh, snooze, toggling HD video.',
7+
description: 'Add internal events for some playback-related actions: ' +
8+
'refresh, snooze, toggling HD video.',
89

910
init(id, ext) {
1011
this._super(id, ext);

0 commit comments

Comments
 (0)