diff options
Diffstat (limited to 'web/.jscsrc')
-rw-r--r-- | web/.jscsrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/.jscsrc b/web/.jscsrc new file mode 100644 index 00000000..1dd27dc3 --- /dev/null +++ b/web/.jscsrc @@ -0,0 +1,5 @@ +{ + "preset": "crockford", + "maxErrors": 100, + "excludeFiles": ["arrow.js"] +} |