fix: lint

This commit is contained in:
Lea Anthony 2019-07-13 15:34:00 +10:00
commit eff63175e5
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import * as Log from './log';
import { On, Emit, Notify, Heartbeat, Acknowledge } from './events';
import { NewBinding } from './bindings';

View file

@ -7,6 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import { Emit } from './events';