Skip to content

Commit a9b874b

Browse files
committed
Fix lint issue
1 parent 0b5d236 commit a9b874b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"author": "Misha Moroshko <[email protected]>",
1010
"scripts": {
11-
"lint": "eslint src",
11+
"lint": "eslint src webpack.config.js",
1212
"test": "nyc mocha \"src/*.test.js\"",
1313
"dist": "rimraf match parse && mkdir match parse && cp src/match.js match/index.js && cp src/parse.js parse/index.js",
1414
"umd": "rimraf umd && webpack",

webpack.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
var path = require('path');
2-
var webpack = require('webpack');
3-
41
module.exports = [
52
{
63
entry: './match/index.js',

0 commit comments

Comments
 (0)