@@ -0,0 +1,4 @@
+tests/
+src/sentry/static/sentry/bootstrap/
+src/sentry/static/sentry/scripts/lib/
+src/sentry/static/CACHE/
@@ -0,0 +1,7 @@
+{
+ "strict": true,
+ "browser": true,
+ "predef": [
+ "parseUri"
+ ]
+}
@@ -4,6 +4,8 @@
"dependencies": {
"less": "1.3.1",
"coffee-script": "1.4.0",
- "phantomjs": "0.2.3"
+ "phantomjs": "0.2.3",
+ "jshint": "0.9.1",
+ "coffeelint": "0.5.4"
}