Update .editorconfig and fix conf indents (#8442)

This commit is contained in:
Jukka Kurkela 2021-02-17 15:11:40 +02:00 committed by GitHub
parent a73a8c4a5e
commit c96c167074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 362 additions and 362 deletions

View File

@ -8,3 +8,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.html]
indent_style = tab
indent_size = 4

View File

@ -1,4 +1,3 @@
/* eslint-disable import/no-commonjs */
// VERSION replaced by deploy script
module.exports = {
title: 'Chart.js',

View File

@ -1,6 +1,3 @@
/* eslint-disable import/no-commonjs */
/* eslint-env es6 */
const cleanup = require('rollup-plugin-cleanup');
const dts = require('rollup-plugin-dts').default;
const json = require('@rollup/plugin-json');