Socket
Book a DemoInstallSign in
Socket

eslint-config-gaoding

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-gaoding

JS ESLint config

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

eslint-config-gaoding npm 稿定前端代码规范

基于稿定前端代码规范的 ESLint 配置。

目录

Usage

首先,安装依赖:

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

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

{
    "extends": "gaoding"
}

Badge

可以在你的 Readme 中插入这个这个标志,告诉大家你正在使用标准代码规范。

稿定前端代码规范

[![稿定前端代码规范][code-style-image]][code-style-url]

[code-style-image]: https://img.shields.io/badge/code%20style-gaoding-brightgreen.svg
[code-style-url]: https://git.gaoding.com/devops/frontend-code-guide

Learn more

完整的规范内容请查看稿定前端代码规范

FAQs

Package last updated on 25 Dec 2019

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