0.0.5 • Published 5 years ago

eslint-config-gb v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

eslint-config-gb

说明

基于 eslint-config-airbnb-base 结合目前 GB 项目语法特性修改的配置,不提供额外的业务插件

安装

npm i nrm -g // 安装 nrm 
nrm add fenpm http://fenpm.hqygou.com // 添加内部源
nrm use fenpm // 切换至内部源
npm i eslint @gb/eslint-config-gb --s //安装插件

配置

在项目根目录添加 .eslintrc 文件

{
    "extends": "@gb/eslint-config-gb",
    "plugins": [
        // 项目需要的插件
    ],
    "rules": [
        // 项目个性化规则配置
    ]
}

集成

  1. Webpack 需要安装 eslint-loader
  2. Rollup 需要安装 rollup-plugin-eslint