Socket
Socket
Sign inDemoInstall

eslint-config-airbnb-base

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-airbnb-base - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

CHANGELOG.md

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

1.0.3 / 2016-04-21
==================
- [patch: loosen rules] Allow empty class/object methods
1.0.2 / 2016-04-20

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

4

package.json
{
"name": "eslint-config-airbnb-base",
"version": "1.0.2",
"version": "1.0.3",
"description": "Airbnb's base JS ESLint config, following our styleguide",

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

"eslint": "^2.8.0",
"eslint-find-rules": "^1.3.0",
"eslint-find-rules": "^1.4.0",
"eslint-plugin-import": "^1.5.0",

@@ -51,0 +51,0 @@ "tape": "^4.5.1"

@@ -45,4 +45,5 @@ module.exports = {

'allow': [
'arrowFunctions',
'functions',
'arrowFunctions',
'methods',
]

@@ -49,0 +50,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