Socket
Book a DemoInstallSign in
Socket

eslint-plugin-core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-core

JS SA

latest
npmnpm
Version
0.0.11
Version published
Maintainers
1
Created
Source

curl -O "http://registry.npm.baidu-int.com/@baidu/eslint-plugin-core/-/@baidu/eslint-plugin-core-$(npm view @baidu/eslint-plugin-core version).tgz"

tar -zxvf eslint-plugin-core-$(npm view @baidu/eslint-plugin-core version).tgz

https://registry.npm.org/eslint-plugin-core/-/eslint-plugin-core-0.0.8.tgz

mkdir -p eslint-plugin-core &&
wget -qO- "https://registry.npmjs.org/eslint-plugin-core/-/eslint-plugin-core-$(npm view eslint-plugin-core version).tgz" |
tar -xz -C eslint-plugin-core --strip-components=1 &&
node eslint-plugin-core/test1.js

https://registry.npmjs.org/eslint-plugin-core/-/eslint-plugin-core-0.0.8.tgz

  • 检测 中未使用的类名 定义了 CSS 类但模板中未使用,造成冗余样式。

❌ 官方没有这类规则。

🛠️ 需要自定义规则分析

Keywords

css

FAQs

Package last updated on 07 Jul 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