From aee7900c9982bcc0285c98449d0f4da54596c025 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Sat, 11 Aug 2018 01:17:53 -0700 Subject: [PATCH] Add eslintrc for codacy --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000000..a755cdbfeb --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": ["standard"] +}