mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +00:00
eslint: Replace sort-imports with import/order.
import/order sorts require() calls as well as import statements. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
0771e7fc59
commit
e3b3df328d
@@ -2,9 +2,10 @@
|
||||
// debugging. It also exposes the list of modules it knows about as the keys
|
||||
// of the require.ids object.
|
||||
|
||||
import webpack, {Template} from "webpack";
|
||||
import path from "path";
|
||||
|
||||
import webpack, {Template} from "webpack";
|
||||
|
||||
export default class DebugRequirePlugin {
|
||||
apply(compiler: webpack.Compiler): void {
|
||||
const resolved = new Map();
|
||||
|
||||
Reference in New Issue
Block a user