fix lint errors

This commit is contained in:
Maximilian Schneider 2021-07-08 21:16:17 +02:00
parent 13574e50b2
commit a5223b0eb8
5 changed files with 26 additions and 25 deletions

View File

@ -26,6 +26,7 @@
"react/prop-types": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/explicit-member-accessibility": 0,
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/indent": 0,
"@typescript-eslint/member-delimiter-style": 0,
"@typescript-eslint/no-explicit-any": 0,

View File

@ -70,9 +70,9 @@ const FeatureSection = () => {
y2="25.5"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#E54033" />
<stop offset="0.536458" stop-color="#FECA1A" />
<stop offset="1" stop-color="#AFD803" />
<stop stopColor="#E54033" />
<stop offset="0.536458" stopColor="#FECA1A" />
<stop offset="1" stopColor="#AFD803" />
</linearGradient>
<linearGradient
id="paint1_linear"
@ -82,9 +82,9 @@ const FeatureSection = () => {
y2="25.5"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#E54033" />
<stop offset="0.536458" stop-color="#FECA1A" />
<stop offset="1" stop-color="#AFD803" />
<stop stopColor="#E54033" />
<stop offset="0.536458" stopColor="#FECA1A" />
<stop offset="1" stopColor="#AFD803" />
</linearGradient>
<linearGradient
id="paint2_linear"
@ -94,9 +94,9 @@ const FeatureSection = () => {
y2="25.5"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#E54033" />
<stop offset="0.536458" stop-color="#FECA1A" />
<stop offset="1" stop-color="#AFD803" />
<stop stopColor="#E54033" />
<stop offset="0.536458" stopColor="#FECA1A" />
<stop offset="1" stopColor="#AFD803" />
</linearGradient>
</defs>
</svg>
@ -133,9 +133,9 @@ const FeatureSection = () => {
y2="44.5"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#E54033" />
<stop offset="0.5" stop-color="#FECA1A" />
<stop offset="1" stop-color="#AFD803" />
<stop stopColor="#E54033" />
<stop offset="0.5" stopColor="#FECA1A" />
<stop offset="1" stopColor="#AFD803" />
</linearGradient>
</defs>
</svg>
@ -172,9 +172,9 @@ const FeatureSection = () => {
y2="42.4076"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#E54033" />
<stop offset="0.520833" stop-color="#FECA1A" />
<stop offset="1" stop-color="#AFD803" />
<stop stopColor="#E54033" />
<stop offset="0.520833" stopColor="#FECA1A" />
<stop offset="1" stopColor="#AFD803" />
</linearGradient>
</defs>
</svg>
@ -214,9 +214,9 @@ const FeatureSection = () => {
y2="31"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#E54033" />
<stop offset="0.520833" stop-color="#FECA1A" />
<stop offset="1" stop-color="#AFD803" />
<stop stopColor="#E54033" />
<stop offset="0.520833" stopColor="#FECA1A" />
<stop offset="1" stopColor="#AFD803" />
</linearGradient>
</defs>
</svg>
@ -251,9 +251,9 @@ const FeatureSection = () => {
y2="31"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#E54033" />
<stop offset="0.520833" stop-color="#FECA1A" />
<stop offset="1" stop-color="#AFD803" />
<stop stopColor="#E54033" />
<stop offset="0.520833" stopColor="#FECA1A" />
<stop offset="1" stopColor="#AFD803" />
</linearGradient>
</defs>
</svg>

View File

@ -150,8 +150,8 @@ const LandingContent = () => {
arbitrary, worthless tasks to get the free value.
</p>
<p className="text-white font-bold leading-relaxed">
We believe all "excess" value should be captured by token
holders in the DAO.
We believe all &quot;excess&quot; value should be captured
by token holders in the DAO.
</p>
</div>
</div>

View File

@ -294,7 +294,7 @@ const NavBarBeta = () => {
Twitter
</p>
<p className="mt-1 text-sm text-gray-500">
See what we're up to quicky, and meme with us.
See what we&apos;re up to quicky, and meme with us.
</p>
</div>
</a>

View File

@ -14,7 +14,7 @@ module.exports = {
sans: ['Lato', 'sans-serif'],
},
extend: {
backgroundImage: (theme) => ({
backgroundImage: (_) => ({
'hero-img': "url('../public/img/Hero_BG.jpeg')",
'feature-one': "url('../public/img/feature1.png')",
'feature-two': "url('../public/img/feature2.png')",