2.2.33 • Published 2 years ago

dp-taro-eslint-plugin-taro v2.2.33

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

dp-taro-eslint-plugin-taro

Taro ESLint 插件,只有当 ESLint 规则全部都通过时,Taro 小程序端才可能正常运行。

安装/设置

通过 NPM 安装:

$ npm install dp-taro-eslint-plugin-taro --save-dev

.eslintrc 中设置:

"extends": [
  "plugin:taro/all"
]

或者使用 taro-cli 创建模板自动设置。

规则