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

eslint-config-brightspace

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-brightspace - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

11

lit-config.js

@@ -31,11 +31,14 @@ const { sortMemberRules } = require('./sort-member-config');

"strict": [2, "never"],
"lit/attribute-value-entities": 2,
"lit/binding-positions": 2,
"lit/no-duplicate-template-bindings": 2,
"lit/no-invalid-escape-sequences": 2,
"lit/no-invalid-html": 2,
"lit/no-legacy-template-syntax": 2,
"lit/no-private-properties": [2, { "private": "^(__|_)" }],
"lit/no-property-change-update": 2,
"lit/no-template-arrow": 2,
"lit/no-template-bind": 2,
"lit/no-template-map": 0,
"lit/no-useless-template-literals": 2,
"lit/attribute-value-entities": 2,
"lit/binding-positions": 2,
"lit/no-property-change-update": 2,
"lit/no-invalid-html": 2,
"lit/no-value-attribute": 2,

@@ -42,0 +45,0 @@ ...sortMemberRules

{
"name": "eslint-config-brightspace",
"version": "0.6.3",
"version": "0.6.4",
"description": "Common Brightspace eslint configs.",

@@ -5,0 +5,0 @@ "main": "index.js",

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