Menu

#Prettier

6 posts

Feed·
6 of 6 posts
📰
0

Set Up ESLint and Prettier in a Vue 3 Project for Clean Code

DEV Community: vue·Djamware Tutorial·about 1 month ago
#jhBp4vtM
#dev#code#eslint#prettier#project#clean

This tutorial covers how to use ESLint and Prettier together in a Vue 3 + Vite project to keep your code clean, readable, and team-friendly. Topics covered: Vue 3 project setup ESLint flat config Prettier integration VS Code auto-format on save Team best…

15s
Read More
📰
0

Stop arguing about formatting in code reviews. Use Husky and lint-staged instead.

DEV Community: javascript·Mohamed Idris·about 1 month ago
#uc5MELWx
#dev#class#code#highlight#prettier#article

If your team has ever left a comment like "missing semicolon" or "wrong quote style" on a pull request, this post is for you. Formatting is not a code review topic. It should be handled automatically before the code even reaches a PR.…

15s
Read More
Enhancing Astro With a Markdown Component | CSS-Tricks
📰
0

Enhancing Astro With a Markdown Component | CSS-Tricks

CSS-Tricks·@HashtagPLUS·about 1 month ago
#RcPRRwIi
#markdown#astro#store#ms#why#prettier

I use a Markdown Component for two main reasons: (1) It reduces the amount of markup I need to write, and (2) it converts typographic symbols. Here's how it works.

15s
Read More