Socket
Book a DemoInstallSign in
Socket

@comall/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comall/eslint-config

configuration of eslint for comall

latest
npmnpm
Version
1.0.12
Version published
Maintainers
3
Created
Source

eslint-config-comall

Build Status

comall内部统一使用的eslint检查规则配置

安装

首先,你需要安装 ESLint:

npm i eslint --save-dev

然后,安装 @comall/eslint-config:

npm install @comall/eslint-config --save-dev

使用

@comall 添加到你的 .eslintrc 配置文件的扩展列表中:

{
    "extends": [
        "@comall/eslint-config"
    ]
}

Keywords

eslint-config

FAQs

Package last updated on 09 Nov 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