Socket
Socket
Sign inDemoInstall

eslint-config-vuepress-typescript

Package Overview
Dependencies
238
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-vuepress-typescript

ESLint config for VuePress Team


Version published
Maintainers
1
Install size
20.7 MB
Created

Changelog

Source

4.10.1 (2024-03-22)

Note: Version bump only for package @vuepress/configs

Readme

Source

eslint-config-vuepress-typescript

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-typescript

Usage

Create .eslintrc.js:

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

  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