Typescript-eslint 2 (#193)

This commit is contained in:
Jaco Greeff
2019-08-31 09:25:48 +02:00
committed by GitHub
parent 52cc245c37
commit 876410cc8e
20 changed files with 137 additions and 75 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { isUndefined } from '@polkadot/util';
import KeyPair from './KeyPair';
export default function createItem (address: string, _name?: string, isUppercase: boolean = true): KeyringSectionOption {
export default function createItem (address: string, _name?: string, isUppercase = true): KeyringSectionOption {
const name = isUndefined(_name)
? (
(address.length > 15)