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

eslint-config-spreetail

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-spreetail - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change Log

## 2.2.1 - 2017-10-18
### Removed
- [default-case](https://eslint.org/docs/rules/default-case).
## 2.2.0 - 2017-08-08

@@ -9,0 +13,0 @@ ### Added

5

package.json
{
"name": "eslint-config-spreetail",
"version": "2.2.0",
"version": "2.2.1",
"description": "ESLint configuration used at Spreetail.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "git push && git push --tags"
},

@@ -9,0 +10,0 @@ "repository": {

@@ -6,3 +6,2 @@ var rules = {

'curly': 'error',
'default-case': 'error',
'eqeqeq': ['error', 'smart'],

@@ -9,0 +8,0 @@ 'no-alert': 'error',

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