Commit 84a700f5 authored by yann300's avatar yann300

linting

parent ad43b36c
...@@ -10,7 +10,7 @@ export class GitClient extends PluginClient { ...@@ -10,7 +10,7 @@ export class GitClient extends PluginClient {
constructor () { constructor () {
super() super()
this.methods = ['execute'] this.methods = ['execute']
} }
setWebSocket (websocket: WS): void { setWebSocket (websocket: WS): void {
......
...@@ -15,7 +15,7 @@ export class RemixdClient extends PluginClient { ...@@ -15,7 +15,7 @@ export class RemixdClient extends PluginClient {
constructor () { constructor () {
super() super()
this.methods = ['folderIsReadOnly', 'resolveDirectory', 'get', 'exists', 'isFile', 'set', 'list', 'isDirectory', 'createDir'] this.methods = ['folderIsReadOnly', 'resolveDirectory', 'get', 'exists', 'isFile', 'set', 'list', 'isDirectory', 'createDir']
} }
setWebSocket (websocket: WS): void { setWebSocket (websocket: WS): void {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment