🔧(eslint) update eslint config to make import/order work
The autofix of import/order was not taken into account due to a misconfiguration.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import * as fs from "fs";
|
||||
import * as path from "path";
|
||||
import * as child_process from "child_process";
|
||||
import * as util from "util";
|
||||
import { run } from "ThemeGenerator";
|
||||
import { cleanup } from "tests/Utils";
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import * as util from "util";
|
||||
import Config from "../Config";
|
||||
|
||||
jest.mock("../Paths", () => ({
|
||||
|
||||
Reference in New Issue
Block a user