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.1.1 to 8.0.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="8.0.0"></a>
# [8.0.0](https://github.com/SimpliField/eslint-config-simplifield/compare/v7.1.1...v8.0.0) (2018-07-26)
### Features
* **eslint:** add eslint 5.0 rules ([7a05c96](https://github.com/SimpliField/eslint-config-simplifield/commit/7a05c96))
<a name="7.1.1"></a>

@@ -2,0 +12,0 @@ ## [7.1.1](https://github.com/SimpliField/eslint-config-simplifield/compare/v7.1.0...v7.1.1) (2018-07-25)

10

lib/common.js

@@ -106,3 +106,5 @@ 'use strict';

],
'max-classes-per-file': OFF,
'max-lines': [WARN, { max: 1000 }],
'max-lines-per-function': OFF,
'max-nested-callbacks': [ERROR, NESTED_CALLBACK_MAX],

@@ -120,3 +122,3 @@ 'max-params': [ERROR, ARGUMENTS_MAX],

'no-array-constructor': ERROR,
'no-await-in-loop': ERROR,
'no-await-in-loop': OFF,
'no-buffer-constructor': ERROR,

@@ -344,6 +346,3 @@ 'no-caller': ERROR,

'object-curly-spacing': [ERROR, 'always'],
'object-property-newline': [
ERROR,
{ allowMultiplePropertiesPerLine: true },
],
'object-property-newline': [ERROR, { allowAllPropertiesOnSameLine: true }],
'one-var': [ERROR, 'never'],

@@ -358,2 +357,3 @@ 'one-var-declaration-per-line': OFF,

'prefer-numeric-literals': ERROR,
'prefer-object-spread': WARN,
'prefer-reflect': OFF,

@@ -360,0 +360,0 @@ 'prefer-rest-params': WARN,

{
"name": "eslint-config-simplifield",
"version": "7.1.1",
"version": "8.0.0",
"description": "Simplifield Lint rules",

@@ -24,8 +24,11 @@ "scripts": {

],
"engines": {
"node": ">= 6.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "1.3.9",
"eslint": "4.10.0",
"conventional-changelog-cli": "2.0.1",
"eslint": "5.2.0",
"husky": "0.14.3",
"mocha": "5.0.0",
"prettier": "1.10.2"
"mocha": "5.2.0",
"prettier": "1.13.7"
},

@@ -35,8 +38,8 @@ "peerDependencies": {},

"eslint-config-angular": "0.5.0",
"eslint-plugin-angular": "3.1.1",
"eslint-plugin-angular": "3.3.0",
"eslint-plugin-mongodb": "1.0.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-security": "1.4.0"
}
}

@@ -65,3 +65,2 @@ /* eslint-env node, mocha */

severity: 2,
source: 'describe.only();',
},

@@ -68,0 +67,0 @@ ]);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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