mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
bumped eslint
This commit is contained in:
@@ -29,7 +29,7 @@ export class SerialProfileSettingsComponent implements ProfileSettingsComponent<
|
||||
map((q: string) => [
|
||||
null,
|
||||
...BAUD_RATES.filter(x => !q || x.toString().startsWith(q)),
|
||||
])
|
||||
]),
|
||||
)
|
||||
|
||||
portsFormatter = port => {
|
||||
|
Reference in New Issue
Block a user