Socket
Socket
Sign inDemoInstall

eslint-config-airbnb

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-airbnb - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

4

CHANGELOG.md

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

6.0.2 / 2016-02-22
==================
- [fix] disable `no-confusing-arrow` due to an `eslint` bug (#752)
6.0.1 / 2016-02-21

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

4

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

@@ -45,3 +45,3 @@ "main": "index.js",

"devDependencies": {
"babel-tape-runner": "1.2.0",
"babel-tape-runner": "^1.3.1",
"eslint": "^2.2.0",

@@ -48,0 +48,0 @@ "eslint-plugin-react": "^4.0.0",

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

// http://eslint.org/docs/rules/no-confusing-arrow
'no-confusing-arrow': 2,
'no-confusing-arrow': 0,
// disallow modifying variables that are declared using const

@@ -36,0 +36,0 @@ 'no-const-assign': 2,

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