Eslint integration (#2885)

* eslint integration

* ci & pre commit

* dev

* dev

* dev
This commit is contained in:
Alexandr Garbuzov
2023-07-03 08:54:19 +02:00
committed by GitHub
parent de4efa9ea1
commit 6c92fe9d2a
26 changed files with 1677 additions and 229 deletions
+1
View File
@@ -25,6 +25,7 @@ function calculateRank({
commits,
prs,
issues,
// eslint-disable-next-line no-unused-vars
repos, // unused
stars,
followers,
+2
View File
@@ -1,4 +1,5 @@
// @ts-check
/**
* Calculates progress along the boundary of the circle i.e it's circumference.
*
@@ -75,6 +76,7 @@ const getAnimations = () => {
* @returns {string} Card CSS styles.
*/
const getStyles = ({
// eslint-disable-next-line no-unused-vars
titleColor,
textColor,
iconColor,