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

eslint-config-bbhx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-bbhx - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

7

index.js
module.exports = {
root: true,
extends: ['react-app', 'plugin:import/errors', 'plugin:import/warnings'],
rules: {
semi: ['error', 'always'],
'no-console': 'warn',
indent: ['warn', 2, {SwitchCase: 1}],
'react/jsx-indent': ['warn', 2],
'no-use-before-define': 'off' // to allow `styles` below component `render` method
}
};

2

package.json
{
"name": "eslint-config-bbhx",
"version": "1.2.0",
"version": "1.3.0",
"description": "Eslint config for BBH X",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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