🚨(eslint-config-custom) prob order with windows
With Windows the order of the imports was not the same as with Linux, this was causing the linter to fail with CI. We force the import starting with ":" to the internal group to fix this issue.
This commit is contained in:
committed by
Anthony LC
parent
c7000f37d2
commit
e251bbb438
@@ -2,9 +2,9 @@ import { render, screen, waitFor } from "@testing-library/react";
|
||||
import React, { useRef } from "react";
|
||||
import userEvent from "@testing-library/user-event";
|
||||
import { expect } from "vitest";
|
||||
import { FieldProps } from "../Field";
|
||||
import { Input, InputOnlyProps } from ":/components/Forms/Input/index";
|
||||
import { Button } from ":/components/Button";
|
||||
import { FieldProps } from "../Field";
|
||||
|
||||
const spyError = vi.spyOn(global.console, "error");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user