Socket
Socket
Sign inDemoInstall

eslint-config-blueflag

Package Overview
Dependencies
278
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.7.0

2

package.json
{
"name": "eslint-config-blueflag",
"version": "0.6.1",
"version": "0.7.0",
"repository": {

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

@@ -17,2 +17,3 @@ module.exports = {

'react/display-name': 0,
'react/jsx-key': 0,
'react/jsx-indent-props': [2, 4],

@@ -19,0 +20,0 @@ 'react/jsx-closing-bracket-location': [1, 'line-aligned']

module.exports = {
rules: {
strict: 0,
'newline-per-chained-call': 2,
'newline-per-chained-call': ["error", {"ignoreChainWithDepth": 3}],
'object-curly-spacing': 2,

@@ -6,0 +6,0 @@ 'space-in-parens': 2,

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