We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38937da commit f1d4e45Copy full SHA for f1d4e45
package.json
@@ -14,7 +14,8 @@
14
"build-min": "NODE_ENV=production COMPRESS=1 webpack --output-file react-bootstrap-datetimepicker.min.js",
15
"examples": "webpack-dev-server --config ./examples/webpack.config.js",
16
"test-watch": "./node_modules/.bin/grunt watch 2>&1 >/dev/null & karma start karma.dev.js",
17
- "test": "./node_modules/.bin/grunt build && karma start karma.ci.js"
+ "test": "./node_modules/.bin/grunt build && karma start karma.ci.js",
18
+ "lint": "eslint ."
19
},
20
"keywords": [
21
"react",
@@ -36,6 +37,7 @@
36
37
"babel-runtime": "^5.6.18",
38
"envify": "~3.2.0",
39
"eslint": "^0.24.1",
40
+ "eslint-plugin-react": "^2.7.0",
41
"grunt": "~0.4.2",
42
"grunt-amd-wrap": "^1.0.1",
43
"grunt-browserify": "~1.3.0",
0 commit comments