1. @html-eslint/parser
Parser for @html-eslint/eslint-plugin
@html-eslint/parser
Package: @html-eslint/parser
Created by: yeonjuan
Last modified: Sat, 06 Apr 2024 17:06:19 GMT
Version: 0.24.1
License: MIT
Downloads: 149,545
Repository: https://github.com/yeonjuan/html-eslint

Install

npm install @html-eslint/parser
yarn add @html-eslint/parser

@html-eslint/parser

A parser for HTML-ESLint.
It makes AST generated by ES-HTML-parser compatible with ESLint.

Install

 $ yarn add -D @html-eslint/parser
$ npm install -D @html-eslint/parser

Usage

Set the parser property in your ESLint configuration file.

 {
  "parser": "@html-eslint/parser"
}

License

MIT

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code