Rename all non-snake-case JS/TS imports

[MAILPOET-4938]
This commit is contained in:
Jan Jakes
2023-09-26 14:02:21 +02:00
committed by Aschepikov
parent c8fc6bf49a
commit d664f60e4b
439 changed files with 970 additions and 967 deletions

View File

@@ -1,6 +1,6 @@
/* (ES6 -> CommonJS transform needed for inject-loader) */
/* eslint-disable-next-line max-len */
import CommunicationInjector from 'inject-loader!babel-loader?plugins[]=@babel/plugin-transform-modules-commonjs!newsletter_editor/components/communication';
import CommunicationInjector from 'inject-loader!babel-loader?plugins[]=@babel/plugin-transform-modules-commonjs!newsletter-editor/components/communication';
const expect = global.expect;
const jQuery = global.jQuery;