New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@html-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@html-eslint/eslint-plugin - npm Package Compare versions

Comparing version 0.9.0-alpha.0 to 0.9.0

lib/rules/no-duplicate-attrs.js

1

lib/configs/recommended.js

@@ -16,3 +16,4 @@ module.exports = {

"@html-eslint/require-closing-tags": "error",
"@html-eslint/no-duplicate-attrs": "error",
},
};

@@ -24,2 +24,3 @@ const requireLang = require("./require-lang");

const noTargetBlank = require("./no-target-blank");
const noDuplicateAttrs = require("./no-duplicate-attrs");

@@ -50,2 +51,3 @@ module.exports = {

"no-target-blank": noTargetBlank,
"no-duplicate-attrs": noDuplicateAttrs,
};

6

package.json
{
"name": "@html-eslint/eslint-plugin",
"version": "0.9.0-alpha.0",
"version": "0.9.0",
"description": "ESLint plugin for html",

@@ -42,5 +42,5 @@ "author": "yeonjuan",

"devDependencies": {
"@html-eslint/parser": "^0.9.0-alpha.0"
"@html-eslint/parser": "^0.9.0"
},
"gitHead": "442c5d402ce891b088b1548fe8a27fe9fadc91c3"
"gitHead": "de0392bdeaa65e976f584fd86e60a8589316b018"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc