mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
* enable esnext and fix all lint errors * Review update * Missed some * Some cleanup still * Remove leftover eslint disable
9 lines
450 B
JavaScript
9 lines
450 B
JavaScript
// -----------------------------------------------------------------------------
|
|
// IMPORTANT: do NOT submit new adapters to this repository, instead
|
|
// create an external library named `chartjs-adapter-{lib-name}`
|
|
// -----------------------------------------------------------------------------
|
|
|
|
// Built-in moment adapter that we need to keep for backward compatibility
|
|
// https://github.com/chartjs/Chart.js/issues/5542
|
|
import './adapter.moment';
|