New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@htmllinter/basic-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@htmllinter/basic-config

basic standard for htmllinter used for setting the standard the config

latest
Source
npmnpm
Version
0.5.1
Version published
Weekly downloads
5
-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

@htmllinter/basic-config

Installation

npm @htmllinter/core @htmllinter/basic-config

Usage

In your root directory (recommmended), create a file name htmllinter.config.js (this filename is must and non-replaceable)

htmllinter.config.js

module.exports = {
  extend: require('@htmllinter/basic-config'),
};

Add a script for linting in your package.json


"scripts"{
  "lint:html":"htmllinter input.html"
}

Run

Run the following command in your terminal

npm run lint:html


# or using yarn

yarn lint:html

Keywords

linter

FAQs

Package last updated on 02 Jun 2020

Related posts