Enable esnext and fix all lint errors (#7094)

* enable esnext and fix all lint errors

* Review update

* Missed some

* Some cleanup still

* Remove leftover eslint disable
This commit is contained in:
Jukka Kurkela
2020-02-14 01:41:49 +02:00
committed by GitHub
parent 7609385544
commit 25a9969489
66 changed files with 1609 additions and 1063 deletions

View File

@@ -3,8 +3,6 @@
* @see https://github.com/chartjs/Chart.js/pull/4591#issuecomment-319575939
*/
'use strict';
import BasePlatform from './platform.base';
/**