Socket
Book a DemoInstallSign in
Socket

eslint-plugin-taro

Package Overview
Dependencies
Maintainers
3
Versions
468
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-taro

Taro specific linting plugin for ESLint

latest
Source
npmnpm
Version
4.1.8
Version published
Weekly downloads
1.3K
-14.18%
Maintainers
3
Weekly downloads
 
Created
Source

eslint-plugin-taro

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

安装/设置

通过 NPM 安装:

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

.eslintrc 中设置:

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

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

规则

Keywords

taro

FAQs

Package last updated on 06 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts