Commit 37d2c0ac authored by Randall Leeds's avatar Randall Leeds

Merge pull request #2380 from hypothesis/jscsrc

Add .jscrc for JavaScript Code Style help
parents 984a745a 307ec1d9
{
"preset": "google",
"excludeFiles": [
"node_modules/**",
"h/static/scripts/vendor"
],
"maxErrors": 10
}
......@@ -24,6 +24,7 @@
"uglify-js": "^2.4.14"
},
"devDependencies": {
"jscs": "^1.13.1",
"karma": "^0.12.17",
"karma-browserify": "^3.0.3",
"karma-cli": "0.0.4",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment