We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf42ac commit 2ccc016Copy full SHA for 2ccc016
package.json
@@ -5,6 +5,7 @@
5
"main": "./lib/redux-autoloader.js",
6
"scripts": {
7
"build": "webpack -p --config webpack.config.js --progress --colors",
8
+ "lint": "eslint ./src",
9
"test": "jest",
10
"test:watch": "jest --watchAll",
11
"demo": "webpack-dev-server --config webpack.demo.config.js --content-base demo/",
0 commit comments