5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 18:31:29 +08:00

fix: linting

This commit is contained in:
Lea Anthony 2019-07-13 15:35:50 +10:00
parent eff63175e5
commit 9ba3e0512b
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
6 changed files with 15 additions and 1 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
/*
_ __ _ __
| | / /___ _(_) /____
| | /| / / __ `/ / / ___/
| |/ |/ / /_/ / / (__ )
|__/|__/\__,_/_/_/____/
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import { Debug } from './log';
import { SendMessage } from './ipc'

View File

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

View File

@ -7,7 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
function Invoke(message) {
if (window && window.external && window.external.invoke) {

View File

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