aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/.jscsrc
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/.jscsrc')
-rw-r--r--cmd/web/.jscsrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/web/.jscsrc b/cmd/web/.jscsrc
new file mode 100644
index 0000000..4ee5db6
--- /dev/null
+++ b/cmd/web/.jscsrc
@@ -0,0 +1,5 @@
1{
2 "preset": "google",
3 "maximumLineLength": null,
4 "requireUseStrict": false
5}