Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atjn/htmlvalidate-config

My personal HTML code style
https://github.com/atjn/htmlvalidate-config

Last synced: about 1 month ago
JSON representation

My personal HTML code style

Awesome Lists containing this project

README

        

# My personal HTML code style

[![npm version](https://img.shields.io/npm/v/@atjn/htmlvalidate-config?style=flat-square)](https://www.npmjs.com/package/@atjn/htmlvalidate-config)
[![html-validate version](https://img.shields.io/npm/dependency-version/@atjn/htmlvalidate-config/peer/html-validate?style=flat-square&label=html-validate)](https://www.npmjs.com/package/@atjn/htmlvalidate-config?activeTab=dependencies)

This is my personal HTML code style, defined as an [HTML-validate](https://html-validate.org/) shareable configuration. My style is:

### Stable
By enforcing certain common practices, my code becomes more readable and less error-prone.
### Loosely styled
I have a loosely defined coding style which helps make the code more consistent and readable. I purposefully don't get too specific with small details because I often find that slightly varying my code style can help me write more efficient and readable code.