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.5.1 to 0.5.2

13

lit-config.js

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

"env": {
"browser": true
"browser": true,
"es6": true
},

@@ -16,2 +17,12 @@ "plugins": [

"rules": {
"arrow-spacing": 2,
"no-confusing-arrow": 2,
"no-duplicate-imports": 2,
"no-useless-constructor": 2,
"no-var": 2,
"prefer-arrow-callback": 2,
"prefer-const": 2,
"prefer-spread": 2,
"prefer-template": 2,
"sort-imports": [2, { "ignoreCase": true }],
"strict": [2, "never"],

@@ -18,0 +29,0 @@ "lit/no-duplicate-template-bindings": 2,

2

package.json
{
"name": "eslint-config-brightspace",
"version": "0.5.1",
"version": "0.5.2",
"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