1.4.0 • Published 2 years ago

@solumon/eslint-config v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@solumon/eslint-config

安装

npm install -D @solumon/eslint-config

配置

在.eslintrc.js添加

module.exports = {
  extends: [
    "@solumon"
  ]
};