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

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin