1.0.0 • Published 2 years ago

@mario34/eslint-config-base v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@mario34/eslint-config-base

参考 eslint-config-airbnb-base, 修改了部分规则

Usage

yarn add @mario34/eslint-config-base
// .eslintrc.js 不建议使用简称
module.exports = {
  extends: ["@mario34/eslint-config-base"],
};