1.0.9 • Published 4 years ago
eslint-plugin-upmp v1.0.9
eslint-plugin-upmp
UPMP ESLint 插件,只有当 ESLint 规则全部都通过时,UPMP 小程序端才可能正常运行。
安装/设置
通过 NPM 安装:
$ npm install eslint-plugin-upmp --save-dev
在 .eslintrc
中设置:
"extends": [
"plugin:upmp/all"
]
或者使用 upmp-cli
创建模板自动设置。