Skip to content

Commit a967798

Browse files
committed
Reapply "fix: a billion lint errors"
This reverts commit 0bbe954.
1 parent 0bbe954 commit a967798

File tree

204 files changed

+1452
-3257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+1452
-3257
lines changed

playwright.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-import-module-exports
12
import { defineConfig, devices } from "@playwright/test";
23

34
/**

src/api/privateAxios.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-underscore-dangle */
12
import axios from "axios";
23
import publicAxios from "./publicAxios";
34

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

1011
let isRefreshing = false;
12+
// eslint-disable-next-line no-unused-vars
1113
let refreshPromise = null;
1214

1315
let failedQueue = [];

src/assets/images/icons/ArrowCircleLeft.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/ArrowCircleRight.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/arrow-right.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/bell-icon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/cancel.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/close-icon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/delete-icon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/funnel.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/globe.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/assets/images/icons/index.js

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
1-
import arrowRight from "./arrow-right.svg";
2-
import arrowCircleLeft from "./ArrowCircleLeft.svg";
3-
import arrowCircleRight from "./ArrowCircleRight.svg";
1+
// import arrowRight from "./arrow-right.svg";
2+
// import arrowCircleLeft from "./ArrowCircleLeft.svg";
3+
// import arrowCircleRight from "./ArrowCircleRight.svg";
44
import briefcase from "./briefcase.svg";
5-
import cancel from "./cancel.svg";
6-
import closeIcon from "./close-icon.svg";
7-
import greyLinkedin from "./linkedin-grey.svg";
5+
// import cancel from "./cancel.svg";
6+
// import closeIcon from "./close-icon.svg";
7+
// import greyLinkedin from "./linkedin-grey.svg";
88
import sytLogoGreen from "./logo-green-bg.svg";
99
import sytLogoWhite from "./logo-white-bg.svg";
10-
import menu from "./menu.svg";
11-
import search from "./search.svg";
10+
// import menu from "./menu.svg";
11+
// import search from "./search.svg";
1212
import teams from "./teams.svg";
13-
import greyTwitter from "./twitter-grey.svg";
13+
// import greyTwitter from "./twitter-grey.svg";
1414
import upleft from "./up-left.svg";
1515
import upleftGreen from "./upleft-green.svg";
1616

17-
export {
18-
arrowRight,
19-
cancel,
20-
closeIcon,
21-
menu,
22-
search,
23-
upleft,
24-
upleftGreen,
25-
arrowCircleLeft,
26-
arrowCircleRight,
27-
greyTwitter,
28-
greyLinkedin,
29-
sytLogoWhite,
30-
sytLogoGreen,
31-
teams,
32-
briefcase,
33-
};
17+
export { briefcase, sytLogoGreen, sytLogoWhite, teams, upleft, upleftGreen };

src/assets/images/icons/linkedin-grey.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/menu.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/assets/images/icons/search-icon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/search.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/icons/twitter-grey.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/podcast/balogun.png

-2.8 MB
Binary file not shown.

src/assets/images/podcast/index.js

Lines changed: 0 additions & 21 deletions
This file was deleted.
-1.8 MB
Binary file not shown.

src/assets/images/podcast/kristin.png

-1.49 MB
Binary file not shown.

src/assets/images/podcast/melody.png

-1.12 MB
Binary file not shown.
-197 KB
Binary file not shown.
-325 KB
Binary file not shown.
-2.03 MB
Binary file not shown.

src/assets/images/podcast/saruni.png

-1.37 MB
Binary file not shown.

src/assets/images/podcast/vivian.png

-1.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)