0.0.1 • Published 8 months ago

eslint-config-alanlee v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

简介

为方便在其他项目中使用我自己常用的配置项,省去每个重复配置一遍eslint的规则的繁琐步骤,因此把这些配置规则做成一个npm包,其他项目的lint规则直接继承这个包就有规则了。

使用

  1. 安装
npm i eslint-config-alanlee -D
  1. 在当前项目的eslint配置文件中继承eslint-config-alanlee
module.exports = {
  extends: 'alanlee',
  // ...
};
0.0.1

8 months ago

0.0.1-dev.1

8 months ago