New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

eslint-config-test-brook

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-test-brook

蓝鲸前端代码 ESLint 规则

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

安装

$ npm i @blueking/eslint-config@latest -D

@blueking/eslint-config 已经把 eslint 相关的包全部安装(不会对项目的打包构建产生影响),因此仅需要安装 @blueking/eslint-config 即可

项目中的配置

module.exports = {
    root: true,
    // vue 相关的规则,加载 vue 规则会自动加载 es6 的规则
    // 现已支持vue、js两种配置
    // @blueking/eslint-config/vue 检测vue,js,及vue中混合ts标签设置的语法规范
    // @blueking/eslint-config/js 检测js, ts 及混合语法语法规范
    extends: [
        '@blueking/eslint-config/vue'
    ]
}

Keywords

blueking

FAQs

Package last updated on 15 Sep 2020

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