Socket
Socket
Sign inDemoInstall

eslint-config-gaoding-vue

Package Overview
Dependencies
144
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-gaoding-vue

请参考官方的 [Vue 风格指南](https://cn.vuejs.org/v2/style-guide/),这里会根据 [eslint-plugin-vue](https://eslint.vuejs.org/) 做部分改造。


Version published
Weekly downloads
1
Maintainers
1
Install size
9.29 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-gaoding-vue [![npm][npm-image]][npm-url] [![稿定前端代码规范][code-style-image]][code-style-url]

请参考官方的 Vue 风格指南,这里会根据 eslint-plugin-vue 做部分改造。

Usage

首先,安装依赖:

npm install --save-dev eslint-config-gaoding-vue

然后,创建一个 .eslintrc 文件,并输入以下内容:

{
    "extends": [
        "gaoding",
        "gaoding-vue"
    ]
}

FAQs

Last updated on 24 Dec 2019

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