Merge pull request #677 from nodar-chkuaselidze/fixlint

Fix lint configs
This commit is contained in:
Javed Khan 2019-01-28 16:32:02 +05:30 committed by GitHub
commit 7f736db0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,8 @@ bin/spvnode
bin/wallet
browser/server.js
browser/wsproxy.js
browser/src/app.js
lib/
migrate/
scripts/
test/
webpack.browser.js
webpack.compat.js

View File

@ -1,3 +1,4 @@
/* eslint-env browser */
'use strict';
const Logger = require('blgr');