Initial move towards new ESLint config supporting TS

Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
Chris Svenningsen 2020-08-31 17:09:28 -07:00 committed by Josh Perez
parent c2aa8eb82b
commit 5b1536cc02
22 changed files with 3300 additions and 597 deletions

View file

@ -1,4 +1,4 @@
/* global mocha, chai, assert */
/* global chai */
mocha.setup('bdd');
window.assert = chai.assert;