summaryrefslogtreecommitdiffstats
path: root/server/.eslintrc.js
diff options
context:
space:
mode:
authorJannik Schönartz2018-07-30 02:29:03 +0200
committerJannik Schönartz2018-07-30 02:29:03 +0200
commit22b7a70e38c4a879fe025d87bd43f1fdea4a3283 (patch)
treecdf7389c28e04227dcdab2ed22269aab61ea5727 /server/.eslintrc.js
parent[server/router] api calls are now dynamicly routed to the corresponding api m... (diff)
downloadbas-22b7a70e38c4a879fe025d87bd43f1fdea4a3283.tar.gz
bas-22b7a70e38c4a879fe025d87bd43f1fdea4a3283.tar.xz
bas-22b7a70e38c4a879fe025d87bd43f1fdea4a3283.zip
[server/external-backends] Implemented checkConnection of iDoIT. Simple auth call is made with error handling.
Diffstat (limited to 'server/.eslintrc.js')
-rw-r--r--server/.eslintrc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/.eslintrc.js b/server/.eslintrc.js
new file mode 100644
index 0000000..b6351b0
--- /dev/null
+++ b/server/.eslintrc.js
@@ -0,0 +1,3 @@
+module.exports = {
+ "extends": "standard"
+};