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 3.0.1 to 3.0.2

4

CHANGELOG.md

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

3.0.2 / 2016-01-06
==================
- [fix] Ignore URLs in `max-len` (#664)
3.0.1 / 2016-01-06

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

2

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

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

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

'max-len': [2, 100, 2, {
'ignoreUrls': false,
'ignoreUrls': true,
'ignoreComments': false

@@ -43,0 +43,0 @@ }],

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