2.3.2 • Published 2 years ago

@alphatr/eslint-config-base v2.3.2

Weekly downloads
19
License
MIT
Repository
github
Last release
2 years ago

eslint-config-base

ESLint 基础规则

Install

$ npm install --save-dev @alphatr/eslint-config-base

使用

在项目根目录下新建 .eslintrc.js 文件,写入如下内容:

module.exports = {
    extends: '@alphatr/eslint-config-base',
};

License

MIT