You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: