mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Update .editorconfig and fix conf indents (#8442)
This commit is contained in:
parent
a73a8c4a5e
commit
c96c167074
@ -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
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
/* eslint-disable import/no-commonjs */
|
||||
// VERSION replaced by deploy script
|
||||
module.exports = {
|
||||
title: 'Chart.js',
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user