Socket
Socket
Sign inDemoInstall

eslint-config-blueflag

Package Overview
Dependencies
267
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.0 to 0.11.0

2

package.json
{
"name": "eslint-config-blueflag",
"version": "0.10.0",
"version": "0.11.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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

"semi": [2, "always"],
"comma-dangle": [2, "never"]
"comma-dangle": [2, "never"],
"no-unused-vars": ["error", { "ignoreRestSiblings": true }]
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc