1.0.1 • Published 2 years ago
@apply-monitor/eslint-config v1.0.1
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"]
}