Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.1 to 1.2.0

13

index.js
module.exports = {
root: true,
extends: [
'react-app',
'plugin:import/errors',
'plugin:import/warnings',
],
extends: ['react-app', 'plugin:import/errors', 'plugin:import/warnings'],
rules: {
'semi': ['error', 'always'],
semi: ['error', 'always'],
'no-console': 'warn',
'indent': ['warn', 2, {SwitchCase: 1}],
indent: ['warn', 2, {SwitchCase: 1}],
'react/jsx-indent': ['warn', 2],
},
'no-use-before-define': 'off' // to allow `styles` below component `render` method
}
};
{
"name": "eslint-config-bbhx",
"version": "1.1.1",
"version": "1.2.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