summaryrefslogtreecommitdiffhomepage
path: root/example/index.js
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-25 11:41:23 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-25 11:41:23 -0700
commit8e55856d806dc9acb05a313ee42363950f46d7cd (patch)
treef48375f5a0337528d97e65e07df1eb74601bfa7b /example/index.js
parent90324f77c56be97776fab6742178e800a5187c22 (diff)
Run ESLint over everything
Diffstat (limited to 'example/index.js')
-rw-r--r--example/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/index.js b/example/index.js
index 6cc1408..db33179 100644
--- a/example/index.js
+++ b/example/index.js
@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-var-requires */
/**
* An example Express server showing off a simple integration of @webauthntine/server.
*