Socket
Socket
Sign inDemoInstall

eslint-config-airbnb

Package Overview
Dependencies
Maintainers
1
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 0.0.8 to 0.0.9

5

base/index.js

@@ -43,2 +43,3 @@ module.exports = {

'no-shadow-restricted-names': 2, // http://eslint.org/docs/rules/no-shadow-restricted-names
'no-undef': 2, // http://eslint.org/docs/rules/no-undef
'no-unused-vars': [2, { // http://eslint.org/docs/rules/no-unused-vars

@@ -131,2 +132,6 @@ 'vars': 'local',

],
'id-length': [2, { // http://eslint.org/docs/rules/id-length
'min': 2,
'properties': 'never'
}],
'camelcase': [2, { // http://eslint.org/docs/rules/camelcase

@@ -133,0 +138,0 @@ 'properties': 'never'

2

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

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

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