mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-14 04:06:49 +01:00
remove double space, eslint allow dynamic import (#10572)
This commit is contained in:
committed by
GitHub
parent
3df687a87c
commit
26a686f2cb
@@ -35,3 +35,4 @@ rules:
|
||||
es/no-regexp-named-capture-groups: "error"
|
||||
es/no-regexp-s-flag: "error"
|
||||
es/no-regexp-unicode-property-escapes: "error"
|
||||
es/no-dynamic-import: "off"
|
||||
|
||||
@@ -6,7 +6,7 @@ const resolve = require('@rollup/plugin-node-resolve').default;
|
||||
const yargs = require('yargs');
|
||||
|
||||
module.exports = async function(karma) {
|
||||
const builds = (await import('./rollup.config.js')).default;
|
||||
const builds = (await import('./rollup.config.js')).default;
|
||||
|
||||
const args = yargs
|
||||
.option('verbose', {default: false})
|
||||
|
||||
Reference in New Issue
Block a user