1.0.3 • Published 3 years ago

@dianmi-fe/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@dianmi-fe/eslint-config · GitHub license npm version

a eslint config for dianmi-fe

安装

NPM:

npm install --save-dev eslint @dianmi-fe/eslint-config

Yarn:

yarn add --dev eslint @dianmi-fe/eslint-config

使用

创建 .eslintrc.js 文件, 并写入以下内容

module.exports = {
    extends: ['@dianmi-fe/eslint-config']
}

其他方式请查看 Eslint 官方文档