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.0.1 to 0.0.2

LICENSE.md

3

CHANGELOG.md

@@ -0,3 +1,6 @@

## 0.0.2 (2015-09-18)
Change indent rule
## 0.0.1 (2015-07-17)
Module created

2

eslintrc.json

@@ -48,3 +48,3 @@ {

"handle-callback-err": [2, "^(err|error)$" ],
"indent": [2, 2, { "indentSwitchCase": true }],
"indent": [2, 2],
"init-declarations": 0,

@@ -51,0 +51,0 @@ "key-spacing": [2, { "beforeColon": false, "afterColon": true }],

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

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

# eslint-config-andersos [![Build Status](https://travis-ci.org/Andersos/eslint-config-andersos.svg)](https://travis-ci.org/Andersos/eslint-config-andersos)
ESLint config for @andersos
[ESLint](http://eslint.org/) config for @andersos

@@ -26,5 +26,6 @@ ## How to use it

```bash
Update CHANGELOG
$ npm version <patch | minor | major>
$ git push --tags origin master
$ npm publish
```
```
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