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

eslint-config-simplifield

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-simplifield - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

15

CHANGELOG.md

@@ -0,1 +1,16 @@

<a name="7.0.1"></a>
## [7.0.1](https://github.com/SimpliField/eslint-config-simplifield/compare/v7.0.0...v7.0.1) (2017-11-21)
### Bug Fixes
* **common:** improve integration with prettier ([3f9aa19](https://github.com/SimpliField/eslint-config-simplifield/commit/3f9aa19))
### Features
* **backend:** allow node v8 ([bef8302](https://github.com/SimpliField/eslint-config-simplifield/commit/bef8302))
<a name="7.0.0"></a>

@@ -2,0 +17,0 @@ # [7.0.0](https://github.com/SimpliField/eslint-config-simplifield/compare/v6.1.0...v7.0.0) (2017-10-31)

2

lib/backend.js

@@ -70,3 +70,3 @@ 'use strict';

'node/no-unpublished-require': OFF,
'node/no-unsupported-features': ['error', { version: 6 }],
'node/no-unsupported-features': ['error', { version: 8 }],

@@ -73,0 +73,0 @@ 'security/detect-unsafe-regex': ERROR,

@@ -53,3 +53,3 @@ 'use strict';

'arrow-body-style': [ERROR, 'as-needed'],
'arrow-parens': [ERROR, 'as-needed', { requireForBlockBody: false }],
'arrow-parens': [ERROR, 'as-needed'],
'arrow-spacing': ERROR,

@@ -375,3 +375,3 @@ 'block-spacing': [ERROR, 'always'],

'space-before-blocks': [ERROR, 'always'],
'space-before-function-paren': [ERROR, 'never'],
'space-before-function-paren': OFF,
'keyword-spacing': [

@@ -381,3 +381,2 @@ 'error',

before: true,
after: true,
},

@@ -398,5 +397,5 @@ ],

'wrap-iife': ERROR,
'wrap-regex': ERROR,
'wrap-regex': OFF,
yoda: [ERROR, 'always'],
},
};
{
"name": "eslint-config-simplifield",
"version": "7.0.0",
"version": "7.0.1",
"description": "Simplifield Lint rules",

@@ -5,0 +5,0 @@ "scripts": {

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