carinachain / dotcom-website

The official website of carinachain.com
https://www.carinachain.com
1 stars 0 forks source link

Eslint warnings and errors #25

Open iconben opened 1 month ago

iconben commented 1 month ago

Though an ad-hod fix (commit 8a25dd79f58c6dc4d4f4491e310a25564c0a0fd7) temporarily fixed it, this still need to be fixed.

iconben commented 1 month ago

Remove this line in the next.config.mjs:

ignoreDuringBuilds: true,

Then run this command to reproduce:

npm run build
iconben commented 1 month ago

@KurumiFrost By npx eslint . --fix we have fixed most of the errors, but there are still several remaining.

iconben commented 4 weeks ago

Remove this line in the next.config.mjs:

ignoreDuringBuilds: true,

Then run this command to reproduce:

npm run build

Need to fix other remaining issues by following such steps to reproduce the eslint errors