From f5da1f2411e9b396556e30413c065e45ac342bae Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sun, 19 Mar 2017 15:50:23 -0400 Subject: [PATCH] Add missing symbol correction to ESLint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 2b7d1513a..013f503cc 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -26,6 +26,7 @@ "String": "string", "Number": "number", "Boolean": "boolean", + "Symbol": "symbol", "object": "Object", "function": "Function", "array": "Array",