Skip to content

Commit

Permalink
lint!
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Feb 11, 2024
1 parent c55c958 commit 6b73f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,7 @@ module.exports = {
"@microsoft/sdl/react-iframe-missing-sandbox": "error",
"@typescript-eslint/no-implied-eval": "error",
"react/no-danger": "error",
"import/no-unassigned-import": "off",
"import/no-internal-modules": "off",
}
};
3 changes: 0 additions & 3 deletions teachertool/src/components/HomeScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from "react";
// eslint-disable-next-line import/no-internal-modules
import css from "./styling/HomeScreen.module.scss";
import { Link } from "react-common/components/controls/Link";
import { Button } from "react-common/components/controls/Button";
Expand All @@ -8,11 +7,9 @@ import { showModal } from "../transforms/showModal";
import { resetRubricAsync } from "../transforms/resetRubricAsync";
import Constants from "../constants";

// eslint-disable-next-line import/no-internal-modules
import { Swiper, SwiperSlide } from "swiper/react";
import { Mousewheel, Navigation } from "swiper";

// eslint-disable import/no-unassigned-import
import "swiper/scss";
import "swiper/scss/navigation";
import "swiper/scss/mousewheel";
Expand Down

0 comments on commit 6b73f2d

Please sign in to comment.