Socket
Socket
Sign inDemoInstall

eslint-config-airbnb

Package Overview
Dependencies
88
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.1.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

3.1.0 / 2016-01-07
==================
- [minor] Allow multiple stateless components in a single file
3.0.2 / 2016-01-06

@@ -2,0 +6,0 @@ ==================

2

package.json
{
"name": "eslint-config-airbnb",
"version": "3.0.2",
"version": "3.1.0",
"description": "Airbnb's ESLint config, following our styleguide",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -94,3 +94,3 @@ module.exports = {

// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-multi-comp.md
'react/no-multi-comp': [2, {'ignoreStateless': false}],
'react/no-multi-comp': [2, {'ignoreStateless': true}],
// Prevent usage of setState

@@ -97,0 +97,0 @@ // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-set-state.md

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