Socket
Socket
Sign inDemoInstall

eslint-config-vuepress

Package Overview
Dependencies
203
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-vuepress

ESLint config for VuePress Team


Version published
Weekly downloads
556
increased by155.05%
Maintainers
2
Install size
8.20 MB
Created
Weekly downloads
 

Changelog

Source

4.10.1 (2024-03-22)

Note: Version bump only for package @vuepress/configs

Readme

Source

eslint-config-vuepress

ESLint config for VuePress Team

DO NOT use it in your own project if you don't know what it's for

Install

npm i -D eslint-config-vuepress

Usage

Create .eslintrc.js:

module.exports = {
  extends: ['vuepress'],

  rules: {
    // override rules
  },
}

Create .eslintignore:

!.vuepress

License

MIT © VuePress Team

FAQs

Last updated on 22 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc