From 4b3d812031dd07c251623d7155159115e99d2671 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 28 Aug 2017 22:54:26 -0500 Subject: Commit everything hastily I left evertything until the last minute, so I didn't have a chance to do it nicely. SORRY. --- config/.eslintrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/.eslintrc (limited to 'config/.eslintrc') diff --git a/config/.eslintrc b/config/.eslintrc new file mode 100644 index 0000000..74e0826 --- /dev/null +++ b/config/.eslintrc @@ -0,0 +1,5 @@ +{ + "parserOptions": { + "sourceType": "script" + } +} -- cgit