Skip to content

Commit 2ccc016

Browse files
committed
add lint command
1 parent acf42ac commit 2ccc016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "./lib/redux-autoloader.js",
66
"scripts": {
77
"build": "webpack -p --config webpack.config.js --progress --colors",
8+
"lint": "eslint ./src",
89
"test": "jest",
910
"test:watch": "jest --watchAll",
1011
"demo": "webpack-dev-server --config webpack.demo.config.js --content-base demo/",

0 commit comments

Comments
 (0)