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

eslint-config-simplifield

Package Overview
Dependencies
Maintainers
1
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 1.0.3 to 1.1.0

22

index.js

@@ -78,3 +78,3 @@ module.exports = {

"no-new-func": 2,
"no-new": 2,
"no-new": 1,
"no-octal-escape": 2,

@@ -107,3 +107,3 @@ "no-octal": 2,

"no-shadow-restricted-names": 2,
"no-shadow": 2,
"no-shadow": 1,
"no-undef-init": 2,

@@ -150,3 +150,3 @@ "no-undef": 2,

"eol-last": 2,
"func-names": 0,
"func-names": 1,
"func-style": [

@@ -275,4 +275,18 @@ 2,

4
]
],
"require-yield": 2,
"prefer-spread": 0,
"prefer-reflect": 0,
"no-useless-call": 2,
"no-invalid-this": 1,
"no-implicit-coercion": 0,
"no-const-assign": 2,
"no-class-assign": 2,
"init-declarations": 0,
"id-match": 0,
"id-length": 0,
"callback-return": [2, ["callback", "cb", "next", "done"]],
"arrow-spacing": 2,
"arrow-parens": 2,
}
};

6

package.json
{
"name": "eslint-config-simplifield",
"version": "1.0.3",
"version": "1.1.0",
"description": "Simplifield Lint rules",

@@ -10,6 +10,6 @@ "scripts": {

"type": "git",
"url": "https://github.com/SimpliField/sf-lint"
"url": "https://github.com/SimpliField/eslint-config-simplifield"
},
"license": "MIT",
"homepage": "https://github.com/SimpliField/sf-lint",
"homepage": "https://github.com/SimpliField/eslint-config-simplifield",
"keywords": [

@@ -16,0 +16,0 @@ "eslint",

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