1. eslint-plugin-pug
An ESLint plugin for linting inline scripts in Pug files
eslint-plugin-pug
Package: eslint-plugin-pug
Created by: myfreeweb
Last modified: Tue, 15 Nov 2022 18:53:55 GMT
Version: 1.2.5
License: Unlicense
Downloads: 19,374
Repository: https://github.com/myfreeweb/eslint-plugin-pug

Install

npm install eslint-plugin-pug
yarn add eslint-plugin-pug

npm version
npm downloads
Build Status
Unlicense

eslint-plugin-pug

An ESLint plugin for linting inline scripts in Pug files (formerly Jade)!

Only extracts script tags with no type or text/javascript type.

See also: eslint-plugin-html.

Installation

Install with npm, obviously:

 npm install --save-dev eslint eslint-plugin-pug

And add to your ESLint configuration -- .eslintrc or eslintConfig in package.json:

 {
  "plugins": [
    "pug"
  ]
}

Contributing

Please feel free to submit pull requests!

By participating in this project you agree to follow the Contributor Code of Conduct and to release your contributions under the Unlicense.

The list of contributors is available on GitHub.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.

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