Socket
Socket
Sign inDemoInstall

eslint-config-standard

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-standard - npm Package Compare versions

Comparing version 12.0.0 to 13.0.0-0

11

eslintrc.json

@@ -30,2 +30,3 @@ {

"accessor-pairs": "error",
"array-bracket-spacing": ["error", "never"],
"arrow-spacing": ["error", { "before": true, "after": true }],

@@ -68,5 +69,7 @@ "block-spacing": ["error", "always"],

"keyword-spacing": ["error", { "before": true, "after": true }],
"lines-between-class-members": ["error", "always"],
"new-cap": ["error", { "newIsCap": true, "capIsNew": false }],
"new-parens": "error",
"no-array-constructor": "error",
"no-async-promise-executor": "error",
"no-caller": "error",

@@ -105,2 +108,5 @@ "no-class-assign": "error",

"no-lone-blocks": "error",
"no-misleading-character-class": "error",
"no-prototype-builtins": "error",
"no-useless-catch": "error",
"no-mixed-operators": ["error", {

@@ -130,3 +136,3 @@ "groups": [

"no-proto": "error",
"no-redeclare": "error",
"no-redeclare": ["error", { "builtinGlobals": false }],
"no-regex-spaces": "error",

@@ -169,4 +175,7 @@ "no-return-assign": ["error", "except-parens"],

"padded-blocks": ["error", { "blocks": "never", "switches": "never", "classes": "never" }],
"prefer-const": "error",
"prefer-promise-reject-errors": "error",
"quote-props": ["error", "as-needed"],
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }],
"require-atomic-updates": "error",
"rest-spread-spacing": ["error", "never"],

@@ -173,0 +182,0 @@ "semi": ["error", "never"],

10

package.json
{
"name": "eslint-config-standard",
"description": "JavaScript Standard Style - ESLint Shareable Config",
"version": "12.0.0",
"version": "13.0.0-0",
"author": {

@@ -51,6 +51,6 @@ "name": "Feross Aboukhadijeh",

"peerDependencies": {
"eslint": ">=5.0.0",
"eslint-plugin-import": ">=2.13.0",
"eslint-plugin-node": ">=7.0.0",
"eslint-plugin-promise": ">=4.0.0",
"eslint": ">=6.0.1",
"eslint-plugin-import": ">=2.18.0",
"eslint-plugin-node": ">=9.1.0",
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.0"

@@ -57,0 +57,0 @@ },

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