Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pigeonposse/htmlhint-config
PigeonPosse Htmlhint configuration ⚙️
https://github.com/pigeonposse/htmlhint-config
config htmlhint js
Last synced: 8 days ago
JSON representation
PigeonPosse Htmlhint configuration ⚙️
- Host: GitHub
- URL: https://github.com/pigeonposse/htmlhint-config
- Owner: pigeonposse
- License: gpl-3.0
- Created: 2022-08-16T12:18:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T12:56:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T08:11:59.257Z (about 1 month ago)
- Topics: config, htmlhint, js
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PIGEONPOSSE™ Htmlhint Setup
[![npm](https://img.shields.io/github/license/pigeon-posse/htmlhint-config?color=blue&style=flat-square)](https://npmjs.com/package/@pigeon-posse/htmlhint-config)
[![npm](https://img.shields.io/npm/v/@pigeon-posse/htmlhint-config?color=a1b858&style=flat-square&label=version)](https://npmjs.com/package/@pigeon-posse/htmlhint-config)
[![Web](https://img.shields.io/badge/Web-grey?style=flat-square)](https://pigeonposse.com/)
[![About us](https://img.shields.io/badge/About--us-grey?style=flat-square)](https://pigeonposse.com/?popup=about)
[![Donate ko-fi](https://img.shields.io/badge/Donate-pink?style=flat-square)](https://pigeonposse.com/?popup=donate)PIGEONPOSSE™ Htmlhint configuration
## 🔑 Install
### Using NPM
Global installation:
```bash
npm install -g @pigeon-posse/htmlhint-config
```Local installation:
```bash
npm install @pigeon-posse/htmlhint-config
```## ⚙️ Usage
### package.json
```json
{
"scripts": {
"htmlhint" : "pigeon-htmlhint *.html"
}
}
```or
```json
{
"scripts": {
"htmlhint" : "htmlhint --config ./node_modules/@pigeon-posse/htmlhint-config/index.js *.html"
}
}
```## ☕ Donate
Help us to develop more interesting things
[Donate](https://pigeonposse.com/?popup=donate)
## 📜 License
This software is licensed with GPLv3 (GNU GENERAL PUBLIC LICENSE Version 3)
[Read more](https://github.com/PigeonPosse/linter/LICENSE)
## 👨💻🕊️ About us
PigeonPosse is a creative web development collective focused on creating innovative tools and plugins that helpboth the creators and their users to enjoy a comfortable experience.Our projects cover various sectors of both the multimedia world and programming (construction of web spaces or apps), providing an elegant and effective solution both in code and visually
### Collaborators
| | Name | Role | GitHub |
| ---------------------------------------------------------------------------------- | ----------- | ------------ | ---------------------------------------------- |
| | AngelEspejo | Author | [@AngelEspejo](https://github.com/AngelEspejo) |
| | PigeonPosse | Collective | [@PigeonPosse](https://github.com/PigeonPosse) |