Socket
Socket
Sign inDemoInstall

eslint-config-andersos

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-andersos - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 0.1.1 (2015-10-24)
Turn off rule eol-last
## 0.1.0 (2015-09-22)

@@ -2,0 +5,0 @@ Add React rules

4

eslintrc.json

@@ -34,3 +34,3 @@ {

"dot-notation": 0,
"eol-last": 2,
"eol-last": 0,
"eqeqeq": [2, "allow-null"],

@@ -197,2 +197,2 @@ "func-names": 0,

}
}
}
{
"name": "eslint-config-andersos",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint config for @Andersos",

@@ -30,4 +30,4 @@ "license": "MIT",

"devDependencies": {
"eslint": "^1.0.0-rc-1"
"eslint": "1.7.3"
}
}

@@ -27,3 +27,3 @@ # eslint-config-andersos [![Build Status](https://travis-ci.org/Andersos/eslint-config-andersos.svg)](https://travis-ci.org/Andersos/eslint-config-andersos)

"andersos/react"
]
]
}

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