Skip to content

Commit 5b15466

Browse files
committed
Lint config scripts as well
1 parent 195686d commit 5b15466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "babel ./modules -d lib --ignore '__tests__'",
2121
"build-umd": "NODE_ENV=production webpack modules/index.js umd/ReactRouter.js",
2222
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/ReactRouter.min.js",
23-
"lint": "eslint modules examples",
23+
"lint": "eslint modules examples *.js",
2424
"start": "node examples/server.js",
2525
"test": "npm run lint && karma start",
2626
"postinstall": "node ./npm-scripts/postinstall.js"

0 commit comments

Comments
 (0)