Socket
Socket
Sign inDemoInstall

eslint-config-airbnb

Package Overview
Dependencies
1
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6-dev

.eslintrc

4

index.js

@@ -1,2 +0,2 @@

var resolve = require('resolve');
var path = require('path');
var stripComments = require('strip-json-comments');

@@ -6,3 +6,3 @@ var fs = require('fs');

// you could do this all at once if you wanted to look cool
var filename = resolve.sync('airbnb-style/linters/.eslintrc');
var filename = path.join(__dirname, '.eslintrc');
var data = fs.readFileSync(filename, {encoding: 'utf-8'});

@@ -9,0 +9,0 @@ var dataWithoutComments = stripComments(data);

{
"name": "eslint-config-airbnb",
"version": "0.0.5",
"version": "0.0.6-dev",
"description": "Airbnb's ESLint config, following our styleguide",

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

],
"author": "Jake Teton-Landis (https://twiiter.com/@jitl)",
"author": "Jake Teton-Landis (https://twitter.com/@jitl)",
"license": "MIT",

@@ -29,9 +29,4 @@ "bugs": {

"dependencies": {
"airbnb-style": "2.0.0",
"babel-eslint": "3.1.7",
"eslint": "0.21.2",
"eslint-plugin-react": "2.3.0",
"resolve": "1.1.6",
"strip-json-comments": "1.0.2"
}
}
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