diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/.jscsrc | 3 | ||||
-rw-r--r-- | web/.jshintignore | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/web/.jscsrc b/web/.jscsrc index 7d924ab9..70c9dc48 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 52da2c02..0a20d51b 100644 --- a/web/.jshintignore +++ b/web/.jshintignore @@ -1 +1,2 @@ locale.js +simple/app.js |