Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.2 to 0.1.0

.editorconfig

3

CHANGELOG.md

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

## 0.1.0 (2015-09-22)
Add React rules
## 0.0.2 (2015-09-18)

@@ -2,0 +5,0 @@ Change indent rule

5

eslintrc.json

@@ -5,9 +5,5 @@ {

},
"env": {
"browser": false,
"es6": true,
"node": true
},
"globals": {

@@ -18,3 +14,2 @@ "document": false,

},
"rules": {

@@ -21,0 +16,0 @@ "accessor-pairs": 2,

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

@@ -5,0 +5,0 @@ "license": "MIT",

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

For React.js rules you can add
```json
{
"extends": [
"andersos",
"andersos/react"
]
}
```
You can override specific settings by specifying them as normal. See <http://eslint.org/docs/developer-guide/shareable-configs> for more details.

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