joschan21 / digitalhippo

A Modern Fullstack E-Commerce Marketplace for Digital Products
3.33k stars 632 forks source link

not really an issue, more recommendation #19

Open stefanwerner87 opened 11 months ago

stefanwerner87 commented 11 months ago

hi josh,

thanks for this awesome video.. following it I noticed some improvements.. you could use more eslint rules :) for example eslint-config-prettier, eslint-config-standard and eslint-plugin-tailwindcss

eslint-plugin-tailwindcss helps a lot with tailwindcss, since i've noticed that you once used text-medium which doesnt exist but i think you wanted to use font-medium

.eslintrc.json { "extends": ["next/core-web-vitals", "standard", "plugin:tailwindcss/recommended", "prettier"] }

cheers

Acc3ssD3ni3d commented 2 months ago

hi josh,

thanks for this awesome video.. following it I noticed some improvements.. you could use more eslint rules :) for example eslint-config-prettier, eslint-config-standard and eslint-plugin-tailwindcss

eslint-plugin-tailwindcss helps a lot with tailwindcss, since i've noticed that you once used text-medium which doesnt exist but i think you wanted to use font-medium

.eslintrc.json { "extends": ["next/core-web-vitals", "standard", "plugin:tailwindcss/recommended", "prettier"] }

cheers

Hey bro did u deploy ur website if yest is it working properly on vercel