Remove eslint comments.

This commit is contained in:
junderw 2019-03-05 15:11:20 +09:00
parent 763cb8b923
commit 0729fde36f
No known key found for this signature in database
GPG key ID: B256185D3A971908
12 changed files with 20 additions and 30 deletions
ts_src/payments

View file

@ -1,4 +1,4 @@
import { Network } from '../networks'; // eslint-disable-line
import { Network } from '../networks';
import { p2data as embed } from './embed';
import { p2ms } from './p2ms';
import { p2pk } from './p2pk';