1.0.1 • Published 2 years ago

@apply-monitor/eslint-config v1.0.1

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

apply-monitor/eslint-config

安装方式

使用 npm:

$ npm install @apply-monitor/eslint-config --save-dev

使用 yarn:

$ yarn add @apply-monitor/eslint-config --dev

使用方式

//.eslintrc.json
{
  "root": true,
  "extends": ["@apply-monitor/eslint-config"]
}