Backport 44959 ESlint import order to v8.5.x (#48126)

* Add and configure eslint-plugin-import

* Fix the lint:ts npm command

* Autofix + prettier bulk files

* Manually fix files

* @ts-ignore

* Move jquery code in jest-setup to external file to safely reorder imports

* betterer

* Resolve issue caused by circular dependencies within Prometheus

* ignore iconBundle.ts
This commit is contained in:
Josh Hunt
2022-04-22 16:19:02 +01:00
committed by GitHub
parent 9e0e3bec76
commit bf272ad57d
3296 changed files with 14702 additions and 9450 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
const loaderUtils = require('loader-utils');
const WebWorkerTemplatePlugin = require('webpack/lib/webworker/WebWorkerTemplatePlugin');
const ExternalsPlugin = require('webpack/lib/ExternalsPlugin');
const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin');
const LoaderTargetPlugin = require('webpack/lib/LoaderTargetPlugin');
const SingleEntryPlugin = require('webpack/lib/SingleEntryPlugin');
const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin');
const WebWorkerTemplatePlugin = require('webpack/lib/webworker/WebWorkerTemplatePlugin');
const COMPILATION_METADATA = Symbol('COMPILATION_METADATA');