mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-08 17:41:50 +00:00
lint fixes
This commit is contained in:

committed by
Nick Stefanou

parent
f151928b6b
commit
3daf0b394e
@@ -113,11 +113,11 @@ export class SerialSession extends BaseSession {
|
||||
await super.destroy()
|
||||
}
|
||||
|
||||
resize (columns, rows) {
|
||||
resize (_, _) {
|
||||
console.log('resize')
|
||||
}
|
||||
|
||||
kill (signal?: string) {
|
||||
kill (_?: string) {
|
||||
this.serial.close()
|
||||
}
|
||||
|
||||
|
@@ -48,7 +48,7 @@ export class SerialModalComponent {
|
||||
port: path,
|
||||
baudrate: baudrate,
|
||||
databits: 8,
|
||||
parity: "none",
|
||||
parity: 'none',
|
||||
rtscts: false,
|
||||
stopbits: 1,
|
||||
xany: false,
|
||||
|
Reference in New Issue
Block a user