aboutsummaryrefslogtreecommitdiff
path: root/javascript/server/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/server/.eslintrc.js')
-rw-r--r--javascript/server/.eslintrc.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/javascript/server/.eslintrc.js b/javascript/server/.eslintrc.js
new file mode 100644
index 0000000..1147d29
--- /dev/null
+++ b/javascript/server/.eslintrc.js
@@ -0,0 +1,5 @@
+module.exports = {
+ env: {
+ node: true
+ }
+};