aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/.jscsrc3
-rw-r--r--web/.jshintignore1
2 files changed, 3 insertions, 1 deletions
diff --git a/web/.jscsrc b/web/.jscsrc
index 7d924ab..70c9dc4 100644
--- a/web/.jscsrc
+++ b/web/.jscsrc
@@ -1,4 +1,5 @@
{
"preset": "crockford",
- "maxErrors": 100
+ "maxErrors": 100,
+ "excludeFiles": ["simple/app.js"]
}
diff --git a/web/.jshintignore b/web/.jshintignore
index 52da2c0..0a20d51 100644
--- a/web/.jshintignore
+++ b/web/.jshintignore
@@ -1 +1,2 @@
locale.js
+simple/app.js