2.4.1 • Published 9 months ago

@alphatr/eslint-config-base v2.4.1

Weekly downloads
19
License
MIT
Repository
github
Last release
9 months 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