From 607638f6081941c81a5b1f2d4d9ad1751b73b1c5 Mon Sep 17 00:00:00 2001 From: typer Date: Fri, 13 Nov 2020 00:36:59 -0800 Subject: [PATCH] removed Chart from the linter's globals whitelist --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index dd8bea7a1..5b0b491e2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,6 @@ let eslintConfig = { "moment", "html2canvas", "ClipboardItem", - "Chart", ], envs: ["es6", "browser", "node"], rules: {