Skip to content

Commit

Permalink
Reapply "fix: a billion lint errors"
Browse files Browse the repository at this point in the history
This reverts commit 0bbe954.
  • Loading branch information
sonylomo committed Jul 18, 2024
1 parent 0bbe954 commit a967798
Show file tree
Hide file tree
Showing 204 changed files with 1,452 additions and 3,257 deletions.
1 change: 1 addition & 0 deletions playwright.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-import-module-exports
import { defineConfig, devices } from "@playwright/test";

/**
Expand Down
2 changes: 2 additions & 0 deletions src/api/privateAxios.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-underscore-dangle */
import axios from "axios";
import publicAxios from "./publicAxios";

Expand All @@ -8,6 +9,7 @@ const privateAxios = axios.create({
});

let isRefreshing = false;
// eslint-disable-next-line no-unused-vars
let refreshPromise = null;

let failedQueue = [];
Expand Down
3 changes: 0 additions & 3 deletions src/assets/images/icons/ArrowCircleLeft.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/ArrowCircleRight.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/arrow-right.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/bell-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/cancel.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/close-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/delete-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/funnel.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/images/icons/globe.svg

This file was deleted.

36 changes: 10 additions & 26 deletions src/assets/images/icons/index.js
Original file line number Diff line number Diff line change
@@ -1,33 +1,17 @@
import arrowRight from "./arrow-right.svg";
import arrowCircleLeft from "./ArrowCircleLeft.svg";
import arrowCircleRight from "./ArrowCircleRight.svg";
// import arrowRight from "./arrow-right.svg";
// import arrowCircleLeft from "./ArrowCircleLeft.svg";
// import arrowCircleRight from "./ArrowCircleRight.svg";
import briefcase from "./briefcase.svg";
import cancel from "./cancel.svg";
import closeIcon from "./close-icon.svg";
import greyLinkedin from "./linkedin-grey.svg";
// import cancel from "./cancel.svg";
// import closeIcon from "./close-icon.svg";
// import greyLinkedin from "./linkedin-grey.svg";
import sytLogoGreen from "./logo-green-bg.svg";
import sytLogoWhite from "./logo-white-bg.svg";
import menu from "./menu.svg";
import search from "./search.svg";
// import menu from "./menu.svg";
// import search from "./search.svg";
import teams from "./teams.svg";
import greyTwitter from "./twitter-grey.svg";
// import greyTwitter from "./twitter-grey.svg";
import upleft from "./up-left.svg";
import upleftGreen from "./upleft-green.svg";

export {
arrowRight,
cancel,
closeIcon,
menu,
search,
upleft,
upleftGreen,
arrowCircleLeft,
arrowCircleRight,
greyTwitter,
greyLinkedin,
sytLogoWhite,
sytLogoGreen,
teams,
briefcase,
};
export { briefcase, sytLogoGreen, sytLogoWhite, teams, upleft, upleftGreen };
3 changes: 0 additions & 3 deletions src/assets/images/icons/linkedin-grey.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/images/icons/menu.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/search-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/search.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icons/twitter-grey.svg

This file was deleted.

Binary file removed src/assets/images/podcast/balogun.png
Binary file not shown.
21 changes: 0 additions & 21 deletions src/assets/images/podcast/index.js

This file was deleted.

Binary file removed src/assets/images/podcast/jean_opiyo.png
Binary file not shown.
Binary file removed src/assets/images/podcast/kristin.png
Binary file not shown.
Binary file removed src/assets/images/podcast/melody.png
Binary file not shown.
Binary file removed src/assets/images/podcast/podImage1.png
Binary file not shown.
Binary file removed src/assets/images/podcast/podImage2.png
Binary file not shown.
Binary file removed src/assets/images/podcast/richard_mulandi.png
Binary file not shown.
Binary file removed src/assets/images/podcast/saruni.png
Binary file not shown.
Binary file removed src/assets/images/podcast/vivian.png
Binary file not shown.
Loading

0 comments on commit a967798

Please sign in to comment.