removed Chart from the linter's globals whitelist

This commit is contained in:
typer 2020-11-13 00:36:59 -08:00
parent adc097ffc2
commit 607638f608

View file

@ -19,7 +19,6 @@ let eslintConfig = {
"moment",
"html2canvas",
"ClipboardItem",
"Chart",
],
envs: ["es6", "browser", "node"],
rules: {