lint: remove webpack files from eslintfiles.

This commit is contained in:
Nodar Chkuaselidze 2019-01-25 23:32:35 +04:00
parent 4eaff2638a
commit f7b0cb8eea
No known key found for this signature in database
GPG Key ID: 8E1B4DC29040BD90
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');