From a6f4e21ebe10cd3867831fe7b2cdf3c3f2623234 Mon Sep 17 00:00:00 2001 From: basti76 Date: Sat, 15 Sep 2018 17:11:48 +0200 Subject: [PATCH] add eslint and config file --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintrc.js diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..a5b82de --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,3 @@ +module.exports = { + "extends": "standard" +}; \ No newline at end of file