How do you *personally* prefer to write HTML attributes?
@Edent When written HTML for something I want to maintain in the long run: double quotes. When I'm using JSX/Vue, single quotes (because Standard JS linting rules seem to apply to it and I just follow to avoid bikeshedding). Otherwise, I used no quotes a lot of times in the spirit of "YEAH! HTML5! I don't need <head> nor quotes! YOLO!"
Edited 37d ago