Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atjn/htmlvalidate-config
- Owner: atjn
- License: mit
- Created: 2021-03-09T10:35:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T17:53:05.000Z (over 1 year ago)
- Last Synced: 2024-12-15T09:03:03.997Z (about 1 month ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.