Open stefanwerner87 opened 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
Hey bro did u deploy ur website if yest is it working properly on vercel
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