🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

@mate-academy/linthtml-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mate-academy/linthtml-config

#### A simplified linthtml-config based on standard config. [Read more](https://mate-academy.github.io/style-guides/htmlcss.html) about rules.

0.0.2
latest
npm
Version published
Maintainers
1
Created
Source

@mate-academy/linthtml-config

A simplified linthtml-config based on standard config. Read more about rules.

Install

npm install --save-dev @mate-academy/linthtml-config

Usage

Add this to your package.json file:

{
  "scripts": {
    "lint:html": "linthtml --config ./node_modules/@mate-academy/linthtml-config/.linthtmlrc.json"
  }
}

Or copy config to root before:

cp ./node_modules/@mate-academy/linthtml-config/.linthtmlrc.json ./.linthtmlrc.json
{
  "scripts": {
    "lint:html": "linthtml"
  }
}

And run:

npm run lint:html

FAQs

Package last updated on 14 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts