New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-vue-pug-sfc

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vue-pug-sfc

eslint plugin vue pug sfc

  • 1.0.0-alpha.14
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-65.38%
Maintainers
1
Weekly downloads
 
Created
Source

:warning: THIS PROJECT IS CURRENTLY IN ALPHA :warning:
Use fixer at your own risk, could damage your code!

     Eslint           Vue           Pug     

Eslint Plugin Vue Pug SFC

license: MIT NPM package downloads Code Style: Prettier Build Status

Intro

This plugin adds support for the Pug language to Eslint in .vue files.


Getting started

npm add --save-dev eslint-plugin-vue-pug-sfc
#or
yarn add --dev eslint-plugin-vue-pug-sfc
#or
pnpm add --save-dev eslint-plugin-vue-pug-sfc

Usage

In eslint config:

{
  "plugins": ["vue-pug-sfc"],
  "rules": {
    "vue-pug-sfc/this-in-template": "warn"
  }
}

or via extends:

{
  "extends": ["plugin:vue-pug-sfc/recommended"]
}

Motivation

Keywords

FAQs

Package last updated on 08 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc