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

@bloomscape/eslint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloomscape/eslint-config - npm Package Compare versions

Comparing version

to
0.6.3

@@ -31,5 +31,7 @@ const baseConfig = require('eslint-config-react-app');

{ blankLine: 'always', prev: '*', next: ['const', 'let', 'block', 'block-like', 'function']},
{ blankLine: 'any', prev: ['const', 'let'], next: ['const', 'let']}
{ blankLine: 'any', prev: ['const', 'let'], next: ['const', 'let']},
{ blankLine: 'any', prev: ['*'], next: ['case', 'break']},
{ blankLine: 'any', prev: ['case', 'break'], next: ['*']},
],
},
};
{
"name": "@bloomscape/eslint-config",
"version": "0.6.2",
"version": "0.6.3",
"description": "ESLint configuration used by the Bloomscape team",

@@ -5,0 +5,0 @@ "license": "MIT",