0.0.9 • Published 4 years ago

@xuwenchao0606/eslint-config-base v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@xuwenchao0606/eslint-config-base

A common eslint config.

安装

首先你需要安装 ESLint

npm i eslint -D

然后安装其它前置依赖,以及当前 package。

npm i eslint-config-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node eslint-config-prettier @xuwenchao0606/eslint-config-base -D

用法

在你的 ESLint 配置文件中继承 @xuwenchao0606/eslint-config-base

module.exports = {
  extends: ['@xuwenchao0606/eslint-config-base']
}
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago