Bump dev (incl. eslint fixes) (#302)

* Bump dev (incl. eslint fixes)

* Ordering fixes
This commit is contained in:
Jaco Greeff
2020-04-01 21:24:45 +02:00
committed by GitHub
parent cc4fa53339
commit 175f876101
22 changed files with 246 additions and 225 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ class KeyringOption implements KeyringOptionInstance {
public createOptionHeader (name: string): KeyringSectionOption {
return {
name,
key: `header-${name.toLowerCase()}`,
name,
value: null
};
}
@@ -131,9 +131,9 @@ class KeyringOption implements KeyringOptionInstance {
return {
account: [],
address: [],
contract: [],
all: [],
allPlus: [],
contract: [],
recent: [],
testing: []
};